summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-08-03 16:43:11 +0000
committerDiego Biurrun <diego@biurrun.de>2007-08-03 16:43:11 +0000
commit3e5008a922900fcc39f1d8e9d9bea489876914b1 (patch)
tree69dc4828e5cdf615a84f1b8aee4c87ff110b7823 /libavcodec/vp3.c
parent02b15cc811784530b8f84de7ac4ffef33e62edd4 (diff)
Reduce Theora decoder verbosity.
Originally committed as revision 9872 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp3.c')
-rw-r--r--libavcodec/vp3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c
index 593e7a4c84..14b5cddc73 100644
--- a/libavcodec/vp3.c
+++ b/libavcodec/vp3.c
@@ -2372,7 +2372,7 @@ static int theora_decode_header(AVCodecContext *avctx, GetBitContext *gb)
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 */