[FFmpeg-cvslog] r9872 - trunk/libavcodec/vp3.c

diego subversion
Fri Aug 3 18:43:11 CEST 2007


Author: diego
Date: Fri Aug  3 18:43:11 2007
New Revision: 9872

Log:
Reduce Theora decoder verbosity.


Modified:
   trunk/libavcodec/vp3.c

Modified: trunk/libavcodec/vp3.c
==============================================================================
--- trunk/libavcodec/vp3.c	(original)
+++ trunk/libavcodec/vp3.c	Fri Aug  3 18:43:11 2007
@@ -2372,7 +2372,7 @@ static int theora_decode_header(AVCodecC
     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);
 
     /* 3.2.0 aka alpha3 has the same frame orientation as original vp3 */
     /* but previous versions have the image flipped relative to vp3 */




More information about the ffmpeg-cvslog mailing list