Author: ods15
Date: Sat Nov 4 15:39:02 2006
New Revision: 184
Modified:
trunk/libnut/muxer.c
Log:
make sure there are 3 copies of main headers
Modified: trunk/libnut/muxer.c
============================================================
==================
--- trunk/libnut/muxer.c (original)
+++ trunk/libnut/muxer.c Sat Nov 4 15:39:02 2006
 -658,6
+658,7 
int total = 0;
if (!nut) return;
+ if (nut->last_headers < (1<<23))
put_headers(nut); // force 3rd copy of main headers
put_headers(nut);
if (nut->mopts.write_index) put_index(nut);
_______________________________________________
NUT-devel mailing list
NUT-devel mplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/nut-devel
|