
4 Nov
2006
4 Nov
'06
3:39 p.m.
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);
6854
Age (days ago)
6854
Last active (days ago)
0 comments
1 participants
participants (1)
-
ods15