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: 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. --- gst/mxf/mxfparse.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gst/mxf/mxfparse.c') diff --git a/gst/mxf/mxfparse.c b/gst/mxf/mxfparse.c index 32f5e336..d88417cf 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,} }; -- cgit v1.2.1