[Ffmpeg-cvslog] r5885 - trunk/libavformat/mxf.c
bcoudurier
subversion
Wed Aug 2 00:30:15 CEST 2006
Author: bcoudurier
Date: Wed Aug 2 00:30:15 2006
New Revision: 5885
Modified:
trunk/libavformat/mxf.c
Log:
fix ending null entry in table
Modified: trunk/libavformat/mxf.c
==============================================================================
--- trunk/libavformat/mxf.c (original)
+++ trunk/libavformat/mxf.c Wed Aug 2 00:30:15 2006
@@ -699,6 +699,7 @@
{ { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x04,0x02,0x02,0x02,0x03,0x02,0x01,0x00 }, CODEC_ID_AC3 },
{ { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x04,0x02,0x02,0x02,0x03,0x02,0x05,0x00 }, CODEC_ID_MP2 }, /* MP2 or MP3 */
//{ { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x04,0x02,0x02,0x02,0x03,0x02,0x1C,0x00 }, CODEC_ID_DOLBY_E }, /* Dolby-E */
+ { { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }, CODEC_ID_NONE },
};
static enum CodecID mxf_get_codec_id(const MXFCodecUL *uls, UID *uid)
More information about the ffmpeg-cvslog
mailing list