diff libmpdemux/parse_es.c @ 23440:1a4f46c395eb

Remove unused parameter for mp_msg
author zuxy
date Sun, 03 Jun 2007 08:48:44 +0000
parents 4d81dbdf46b9
children d643e4643313
line wrap: on
line diff
--- a/libmpdemux/parse_es.c	Sat Jun 02 21:55:00 2007 +0000
+++ b/libmpdemux/parse_es.c	Sun Jun 03 08:48:44 2007 +0000
@@ -26,7 +26,7 @@
   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);