# HG changeset patch # User diego # Date 1202889951 0 # Node ID aed237dd11d819b3994cfda5f83099214cfe7e25 # Parent 0cd10ee0ecf41a7200030a4208cf7d3d18186fa0 Print Theora bitstream version at DEBUG, not at VERBOSE level. diff -r 0cd10ee0ecf4 -r aed237dd11d8 vp3.c --- 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 */