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);
}
_______________________________________________
NUT-devel mailing list
NUT-devel mplayerhq.hu
http://lists.mplayerhq.hu/mailman/listinfo/nut-devel
|