[NUT-devel] [nut]: r190 - trunk/libnut/muxer.c
ods15
subversion at mplayerhq.hu
Mon Nov 6 09:55:50 CET 2006
Author: ods15
Date: Mon Nov 6 09:55:49 2006
New Revision: 190
Modified:
trunk/libnut/muxer.c
Log:
don't check for header repetition before writing an "independant" info
packet, to avoid the info packet being mistaken as part of the main
headers
Modified: trunk/libnut/muxer.c
==============================================================================
--- trunk/libnut/muxer.c (original)
+++ trunk/libnut/muxer.c Mon Nov 6 09:55:49 2006
@@ -504,7 +504,6 @@
}
void nut_write_info(nut_context_t * nut, const nut_info_packet_t * info) {
- check_header_repetition(nut);
nut->last_headers = bctello(nut->o); // to force syncpoint writing after the info header
put_info(nut, info);
}
More information about the NUT-devel
mailing list