[MPlayer-cvslog] r23458 - trunk/libmpdemux/parse_es.c

zuxy subversion at mplayerhq.hu
Sun Jun 3 10:48:45 CEST 2007


Author: zuxy
Date: Sun Jun  3 10:48:44 2007
New Revision: 23458

Log:
Remove unused parameter for mp_msg


Modified:
   trunk/libmpdemux/parse_es.c

Modified: trunk/libmpdemux/parse_es.c
==============================================================================
--- trunk/libmpdemux/parse_es.c	(original)
+++ trunk/libmpdemux/parse_es.c	Sun Jun  3 10:48:44 2007
@@ -26,7 +26,7 @@ int sync_video_packet(demux_stream_t *ds
   int skipped=0;
     if (!demux_pattern_3(ds, NULL, MAX_SYNCLEN, &skipped, 0x100)) {
       if (skipped == MAX_SYNCLEN)
-      mp_msg(MSGT_DEMUXER, MSGL_ERR, "parse_es: could not sync video stream!\n", skipped);
+      mp_msg(MSGT_DEMUXER, MSGL_ERR, "parse_es: could not sync video stream!\n");
       goto eof_out;
     }
     next_nal = demux_getc(ds);



More information about the MPlayer-cvslog mailing list