[FFmpeg-soc] [soc]: r2814 - mxf/mxfenc.c

spyfeng subversion at mplayerhq.hu
Fri Jul 18 16:36:12 CEST 2008


Author: spyfeng
Date: Fri Jul 18 16:36:12 2008
New Revision: 2814

Log:
correct type error for last commit


Modified:
   mxf/mxfenc.c

Modified: mxf/mxfenc.c
==============================================================================
--- mxf/mxfenc.c	(original)
+++ mxf/mxfenc.c	Fri Jul 18 16:36:12 2008
@@ -373,7 +373,7 @@ static int mxf_write_preface(AVFormatCon
     mxf_write_local_tag(pb, 8, 0x3B0B);
     put_be64(pb, 0);
     return 0;
-
+}
 
 static int mxf_write_identification(AVFormatContext *s, KLVPacket *klv)
 {



More information about the FFmpeg-soc mailing list