
6 Nov
2006
6 Nov
'06
9:55 a.m.
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); }
6852
Age (days ago)
6852
Last active (days ago)
0 comments
1 participants
participants (1)
-
ods15