[FFmpeg-devel] [PATCH] reduce Theora decoder verbosity

Diego Biurrun diego
Fri Aug 3 18:44:19 CEST 2007


On Thu, Aug 02, 2007 at 08:51:48AM +0100, M?ns Rullg?rd wrote:
> Diego Biurrun <diego at biurrun.de> writes:
> 
> > On Mon, Jul 30, 2007 at 01:50:08AM +0200, Diego Biurrun wrote:
> >> On Sun, Jul 29, 2007 at 11:51:45PM +0100, M?ns Rullg?rd wrote:
> >> > Diego Biurrun <diego at biurrun.de> writes:
> >> > 
> >> > > Here is a small patch to make the Theora decoder a tad less verbose.
> >> > 
> >> > Where?  I see no patch.
> >> 
> >> Ahem.
> >> 
> >> --- libavcodec/vp3.c	(revision 9828)
> >> +++ libavcodec/vp3.c	(working copy)
> >> @@ -2372,7 +2372,7 @@
> >>  
> >>      s->theora = get_bits_long(gb, 24);
> >> -    av_log(avctx, AV_LOG_INFO, "Theora bitstream version %X\n", s->theora);
> >> +    av_log(avctx, AV_LOG_VERBOSE, "Theora bitstream version %X\n", s->theora);
> >
> > OK to commit?
> 
> Looks OK to me, though I'm not vp3.c maintainer.  Even so, I'd say
> commit it.  It can hardly do any harm.

I've committed it.  Nobody complained and the change cannot do any harm.
If somebody dislikes it, I can revert it without problems.

Diego




More information about the ffmpeg-devel mailing list