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

diego subversion
Wed Feb 13 09:05:51 CET 2008


Author: diego
Date: Wed Feb 13 09:05:51 2008
New Revision: 11916

Log:
Print Theora bitstream version at DEBUG, not at VERBOSE level.


Modified:
   trunk/libavcodec/vp3.c

Modified: trunk/libavcodec/vp3.c
==============================================================================
--- trunk/libavcodec/vp3.c	(original)
+++ trunk/libavcodec/vp3.c	Wed Feb 13 09:05:51 2008
@@ -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_VERBOSE, "Theora bitstream version %X\n", s->theora);
+    av_log(avctx, AV_LOG_DEBUG, "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