[MPlayer-dev-eng] [PATCH] parse_es.c: remove unused parameter
Zuxy Meng
zuxy.meng at gmail.com
Sun Jun 3 10:49:03 CEST 2007
Hi,
2007/6/3, Nico Sabbi <nicola_sabbi at fastwebnet.it>:
> Zuxy Meng wrote:
> > Hi,
> >
> > 'skipped' isn't unused in the format string so isn't necessary.
> >
> >
> > ------------------------------------------------------------------------
> >
> > Index: libmpdemux/parse_es.c
> > ===================================================================
> > --- libmpdemux/parse_es.c (版本 23450)
> > +++ libmpdemux/parse_es.c (工作副本)
> > @@ -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);
> >
> >
>
> trivial patches like this don't need authorization
Applied.
--
Zuxy
Beauty is truth,
While truth is beauty.
PGP KeyID: E8555ED6
More information about the MPlayer-dev-eng
mailing list