# HG changeset patch # User diego # Date 1186159391 0 # Node ID a6954173e82fb264077f9fdb38ddd049a81a4728 # Parent a0838fadd37afd60005f960d7a69986ec8ea432d Reduce Theora decoder verbosity. diff -r a0838fadd37a -r a6954173e82f vp3.c --- a/vp3.c Thu Aug 02 20:49:42 2007 +0000 +++ b/vp3.c Fri Aug 03 16:43:11 2007 +0000 @@ -2372,7 +2372,7 @@ 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 */