# HG changeset patch # User zuxy # Date 1180860524 0 # Node ID 1a4f46c395eb241b7b4f0060145c207758f61493 # Parent c662792779d3be2b18c61ed100b60bbfba67ed01 Remove unused parameter for mp_msg diff -r c662792779d3 -r 1a4f46c395eb libmpdemux/parse_es.c --- 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);