diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2008-08-26 15:58:25 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2008-08-26 15:58:25 +0000 |
commit | cedebde15adf210a0dd301830776fec1f4ca387a (patch) | |
tree | da705a162dddc43210b223fb1c5bd5dbd121c7b6 /libavformat/mxf.h | |
parent | ef1bc972ddf483e9938bd52a62a75c9ed217d522 (diff) | |
download | ffmpeg-cedebde15adf210a0dd301830776fec1f4ca387a.tar.gz |
Remaining parts of GSoC MXF muxer by Zhentan Feng.
Originally committed as revision 14975 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mxf.h')
-rw-r--r-- | libavformat/mxf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mxf.h b/libavformat/mxf.h index b6ba22ada4..9d9d0360ca 100644 --- a/libavformat/mxf.h +++ b/libavformat/mxf.h @@ -63,7 +63,7 @@ typedef struct { extern const MXFDataDefinitionUL ff_mxf_data_definition_uls[]; extern const MXFCodecUL ff_mxf_codec_uls[]; -extern const MXFCodecUL ff_mxf_essence_container_uls[]; +extern const MXFCodecUL ff_mxf_essence_container_uls[6]; #ifdef DEBUG #define PRINT_KEY(pc, s, x) dprintf(pc, "%s %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X\n", s, \ |