From 19ae0cf61da0ec571c7bce6335240c52c98020c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 3 Dec 2008 10:15:27 +0000 Subject: [PATCH] gst/mxf/mxfparse.c: Remove FIXME, zero-ULs and UMIDs are really invalid and we can use them as "unset" value. Original commit message from CVS: * gst/mxf/mxfparse.c: Remove FIXME, zero-ULs and UMIDs are really invalid and we can use them as "unset" value. --- ChangeLog | 6 ++++++ gst/mxf/mxfparse.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6988657ec7..dd5689b042 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-12-03 Sebastian Dröge + + * gst/mxf/mxfparse.c: + Remove FIXME, zero-ULs and UMIDs are really invalid and we can + use them as "unset" value. + 2008-12-03 Sebastian Dröge * gst/mxf/mxfdemux.c: diff --git a/gst/mxf/mxfparse.c b/gst/mxf/mxfparse.c index 32f5e336ce..d88417cff1 100644 --- a/gst/mxf/mxfparse.c +++ b/gst/mxf/mxfparse.c @@ -32,7 +32,6 @@ GST_DEBUG_CATEGORY_EXTERN (mxf_debug); /* SMPTE 377M 3.3: A value of 0 for every field means unknown timestamp */ static const MXFTimestamp mxf_timestamp_unknown = { 0, 0, 0, 0, 0, 0, 0 }; -/* FIXME: are zero UMID/UL invalid? Should be in SMPTE 298M, 330M or 336M */ static const MXFUMID umid_zero = { {0,} }; static const MXFUL key_zero = { {0,} };