[NUT-devel] [NUT] (ods15): r116 - /trunk/libnut/muxer.c

syncmail at mplayerhq.hu syncmail at mplayerhq.hu
Fri Mar 31 02:54:12 CEST 2006


Author: ods15
Date: Fri Mar 31 02:54:12 2006
New Revision: 116

Log:
10l for committing debugging stuff...

Modified:
    trunk/libnut/muxer.c

Modified: trunk/libnut/muxer.c
==============================================================================
--- trunk/libnut/muxer.c (original)
+++ trunk/libnut/muxer.c Fri Mar 31 02:54:12 2006
@@ -404,8 +404,6 @@
 		int len = 1; // frame code
 		int flags = nut->ft[i].flags;
 		if (flags & FLAG_INVALID) continue;
-		fprintf(stderr, "%d\n", i);
-		if (nut->ft[i].stream_plus1) { len = 2; }
 		if (nut->ft[i].stream_plus1 && nut->ft[i].stream_plus1 - 1 != fd->stream) continue;
 		if (nut->ft[i].pts_delta && nut->ft[i].pts_delta != pts_delta) continue;
 		if (flags & FLAG_CODED) {




More information about the NUT-devel mailing list