[NUT-devel] [nut]: r221 - trunk/libnut/demuxer.c

ods15 subversion at mplayerhq.hu
Fri Nov 17 13:06:20 CET 2006


Author: ods15
Date: Fri Nov 17 13:06:20 2006
New Revision: 221

Modified:
   trunk/libnut/demuxer.c

Log:
add a FIXME note


Modified: trunk/libnut/demuxer.c
==============================================================================
--- trunk/libnut/demuxer.c	(original)
+++ trunk/libnut/demuxer.c	Fri Nov 17 13:06:20 2006
@@ -441,6 +441,7 @@
 		for (j = 0; j < nut->sc[i].sh.decode_delay; j++) nut->sc[i].pts_cache[j] = -1;
 	}
 	if (read_info) {
+		// FIXME this skip_reserved_headers() will skip INDEX_STARTCODE
 		CHECK(skip_reserved_headers(nut, INFO_STARTCODE));
 		CHECK(get_bytes(nut->i, 8, &tmp));
 		while (tmp == INFO_STARTCODE) {



More information about the NUT-devel mailing list