From cedebde15adf210a0dd301830776fec1f4ca387a Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 26 Aug 2008 15:58:25 +0000 Subject: Remaining parts of GSoC MXF muxer by Zhentan Feng. Originally committed as revision 14975 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mxf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/mxf.h') 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, \ -- cgit v1.2.3