[NUT-devel] [nut]: r184 - trunk/libnut/muxer.c
ods15
subversion at mplayerhq.hu
Sat Nov 4 15:39:03 CET 2006
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);
More information about the NUT-devel
mailing list