[FFmpeg-soc] [soc]: r3462 - mxf/mxf.c

spyfeng subversion at mplayerhq.hu
Tue Aug 19 18:14:01 CEST 2008


Author: spyfeng
Date: Tue Aug 19 18:14:01 2008
New Revision: 3462

Log:
move the comment to the correct place


Modified:
   mxf/mxf.c

Modified: mxf/mxf.c
==============================================================================
--- mxf/mxf.c	(original)
+++ mxf/mxf.c	Tue Aug 19 18:14:01 2008
@@ -19,12 +19,11 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include "mxf.h"
+
 /**
  * SMPTE RP224 http://www.smpte-ra.org/mdd/index.html
  */
-
-#include "mxf.h"
-
 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 },



More information about the FFmpeg-soc mailing list