From d36bb9b2016367a7861c1b6b2d4235e74c6a76ea Mon Sep 17 00:00:00 2001 From: zuxy Date: Sun, 3 Jun 2007 08:48:44 +0000 Subject: Remove unused parameter for mp_msg git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23458 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/parse_es.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpdemux/parse_es.c b/libmpdemux/parse_es.c index 3f09329b7d..d907d28422 100644 --- a/libmpdemux/parse_es.c +++ b/libmpdemux/parse_es.c @@ -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); -- cgit v1.2.3