Update of /cvsroot/mplayer/main In directory usw-pr-cvs1:/tmp/cvs-serv8716 Modified Files: parse_es.c Log Message: fixed debug printfs Index: parse_es.c =================================================================== RCS file: /cvsroot/mplayer/main/parse_es.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** parse_es.c 2001/02/24 20:28:40 1.1.1.1 --- parse_es.c 2001/04/14 03:13:48 1.2 *************** *** 38,42 **** videobuf_code[3]=c; } ! if(verbose>=2) if(skipped) printf("videobuf: %d bytes skipped\n",skipped); return 0x100|videobuf_code[3]; } --- 38,42 ---- videobuf_code[3]=c; } ! if(verbose>=2) if(skipped) printf("videobuf: %d bytes skipped (next: 0x1%02X)\n",skipped,videobuf_code[3]); return 0x100|videobuf_code[3]; } *************** *** 82,86 **** videobuf_len-=4; ! if(verbose>=2) printf("videobuf: packet 0x1%02X len=%d\n",videobuffer[3],videobuf_len); // Save next packet code: --- 82,86 ---- videobuf_len-=4; ! if(verbose>=2) printf("videobuf: packet 0x1%02X len=%d (total=%d)\n",videobuffer[packet_start+3],videobuf_len-packet_start,videobuf_len); // Save next packet code: _______________________________________________ Mplayer-cvslog mailing list Mplayer-cvslog@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
participants (1)
-
GEREOFFY