[FFmpeg-devel] [PATCH 1/2] avformat/nsvdec: remove trace log from probe(), this is better done generically not per format

Michael Niedermayer michaelni at gmx.at
Tue Apr 21 02:20:03 CEST 2015


On Mon, Apr 20, 2015 at 09:32:15PM +0200, Paul B Mahol wrote:
> Dana 20. 4. 2015. 17:39 osoba "Michael Niedermayer" <michaelni at gmx.at>
> napisala je:
> >
> > Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> > ---
> >  libavformat/nsvdec.c |    1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c
> > index 5002bd7..de55396 100644
> > --- a/libavformat/nsvdec.c
> > +++ b/libavformat/nsvdec.c
> > @@ -723,7 +723,6 @@ static int nsv_probe(AVProbeData *p)
> >  {
> >      int i, score = 0;
> >
> > -    av_log(NULL, AV_LOG_TRACE, "nsv_probe(), buf_size %d\n",
> p->buf_size);
> >      /* check file header */
> >      /* streamed files might not have any header */
> >      if (p->buf[0] == 'N' && p->buf[1] == 'S' &&
> > --
> > 1.7.9.5
> >
> > _______________________________________________
> > ffmpeg-devel mailing list
> > ffmpeg-devel at ffmpeg.org
> > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> LGTM

applied

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I have never wished to cater to the crowd; for what I know they do not
approve, and what they approve I do not know. -- Epicurus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150421/4aa80efe/attachment.asc>


More information about the ffmpeg-devel mailing list