diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-03 10:15:27 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-03 10:15:27 +0000 |
commit | 19ae0cf61da0ec571c7bce6335240c52c98020c9 (patch) | |
tree | 73be2ebeeceaff3e58c946575b6a91f4e6696e52 /gst/mxf | |
parent | 399f560eea490ff1422b7951a91fb0e219966f13 (diff) | |
download | gst-plugins-bad-19ae0cf61da0ec571c7bce6335240c52c98020c9.tar.gz gst-plugins-bad-19ae0cf61da0ec571c7bce6335240c52c98020c9.tar.bz2 gst-plugins-bad-19ae0cf61da0ec571c7bce6335240c52c98020c9.zip |
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.
Diffstat (limited to 'gst/mxf')
-rw-r--r-- | gst/mxf/mxfparse.c | 1 |
1 files changed, 0 insertions, 1 deletions
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,} }; |