Mercurial > libavformat.hg
changeset 1218:ad3db8b6948d libavformat
fix ending null entry in table
author | bcoudurier |
---|---|
date | Tue, 01 Aug 2006 22:30:15 +0000 |
parents | 0de2e5d0ba5b |
children | 462a4f4e148c |
files | mxf.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mxf.c Tue Aug 01 17:00:27 2006 +0000 +++ b/mxf.c Tue Aug 01 22:30:15 2006 +0000 @@ -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)