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);
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to