From fda0d4afa77c865dc53a4352ddd12e981ccfdf39 Mon Sep 17 00:00:00 2001 From: Zhentan Feng Date: Tue, 19 Aug 2008 22:01:57 +0000 Subject: Ok-ed parts from patch by zhentan feng. Originally committed as revision 14854 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mxf.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavformat/mxf.c') diff --git a/libavformat/mxf.c b/libavformat/mxf.c index 8c754f4965..6f2b61a263 100644 --- a/libavformat/mxf.c +++ b/libavformat/mxf.c @@ -21,6 +21,9 @@ #include "mxf.h" +/** + * SMPTE RP224 http://www.smpte-ra.org/mdd/index.html + */ const MXFDataDefinitionUL ff_mxf_data_definition_uls[] = { { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x01,0x03,0x02,0x02,0x01,0x00,0x00,0x00 }, CODEC_TYPE_VIDEO }, { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x01,0x03,0x02,0x02,0x02,0x00,0x00,0x00 }, CODEC_TYPE_AUDIO }, -- cgit v1.2.3