[FFmpeg-soc] [soc]: r5953 - wtvmuxer/wtvenc.c

spyfeng subversion at mplayerhq.hu
Sun Apr 17 15:33:58 CEST 2011


Author: spyfeng
Date: Sun Apr 17 15:33:58 2011
New Revision: 5953

Log:
use WTV_BIGSECTION_BITS.

Modified:
   wtvmuxer/wtvenc.c

Modified: wtvmuxer/wtvenc.c
==============================================================================
--- wtvmuxer/wtvenc.c	Sun Apr 17 15:22:39 2011	(r5952)
+++ wtvmuxer/wtvenc.c	Sun Apr 17 15:33:58 2011	(r5953)
@@ -215,7 +215,6 @@ static int wtv_write_trailer(AVFormatCon
 
     // calculate the file length
     file_len = avio_tell(pb);
-    file_len = 1ULL<<63 | file_len; // use WTV_BIGSECTION_BITS
 
     // update root value
     avio_seek(pb, wctx->init_root_pos, SEEK_SET);


More information about the FFmpeg-soc mailing list