diff mxf.c @ 3743:68414dc4c4d1 libavformat

Ok-ed parts from patch by zhentan feng.
author cehoyos
date Tue, 19 Aug 2008 22:01:57 +0000
parents 3b3b45af4a92
children dcc57b916324
line wrap: on
line diff
--- a/mxf.c	Tue Aug 19 21:58:47 2008 +0000
+++ b/mxf.c	Tue Aug 19 22:01:57 2008 +0000
@@ -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 },