[FFmpeg-devel] [PATCH] reduce Theora decoder verbosity
Diego Biurrun
diego
Thu Aug 2 09:43:01 CEST 2007
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?
Diego
More information about the ffmpeg-devel
mailing list