Mercurial > mplayer.hg
changeset 23440:1a4f46c395eb
Remove unused parameter for mp_msg
author | zuxy |
---|---|
date | Sun, 03 Jun 2007 08:48:44 +0000 |
parents | c662792779d3 |
children | 1b739c2dc613 |
files | libmpdemux/parse_es.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);