changeset 6349:aed237dd11d8 libavcodec

Print Theora bitstream version at DEBUG, not at VERBOSE level.
author diego
date Wed, 13 Feb 2008 08:05:51 +0000
parents 0cd10ee0ecf4
children 8e63d869a904
files vp3.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vp3.c	Wed Feb 13 01:18:12 2008 +0000
+++ b/vp3.c	Wed Feb 13 08:05:51 2008 +0000
@@ -2372,7 +2372,7 @@
     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 */