summaryrefslogtreecommitdiff
path: root/libavformat/mxf.c
diff options
context:
space:
mode:
authorZhentan Feng <spyfeng@gmail.com>2008-08-19 22:01:57 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2008-08-19 22:01:57 +0000
commitfda0d4afa77c865dc53a4352ddd12e981ccfdf39 (patch)
tree2999fd36dd3a71729b256051ed7aea60d34b346c /libavformat/mxf.c
parent1b0732ea6489c9209a08f6ad2073cef34a9d93b2 (diff)
Ok-ed parts from patch by zhentan feng.
Originally committed as revision 14854 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mxf.c')
-rw-r--r--libavformat/mxf.c3
1 files changed, 3 insertions, 0 deletions
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 },