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

Måns Rullgård mans
Thu Aug 2 09:51:48 CEST 2007


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 @@
>>      int visible_width, visible_height;
>>  
>>      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.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-devel mailing list