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

spyfeng subversion at mplayerhq.hu
Mon Aug 25 14:01:01 CEST 2008


Author: spyfeng
Date: Mon Aug 25 14:01:00 2008
New Revision: 3609

Log:
enlarge the size of the array.


Modified:
   mxf/mxfenc.c

Modified: mxf/mxfenc.c
==============================================================================
--- mxf/mxfenc.c	(original)
+++ mxf/mxfenc.c	Mon Aug 25 14:01:00 2008
@@ -250,7 +250,7 @@ static int mxf_write_essence_container_r
     ByteIOContext *pb = s->pb;
     AVStream *st;
     int i, count = 0, j = 0;
-    int essence_container_ul_sign[32] = { 0 };
+    int essence_container_ul_sign[1024] = { 0 };
     const MXFCodecUL *codec_ul;
 
     for (codec_ul = ff_mxf_essence_container_uls; codec_ul->id; codec_ul++) {



More information about the FFmpeg-soc mailing list