Mercurial > libavcodec.hg
changeset 5450:a6954173e82f libavcodec
Reduce Theora decoder verbosity.
author | diego |
---|---|
date | Fri, 03 Aug 2007 16:43:11 +0000 |
parents | a0838fadd37a |
children | 19bb5e64a57c |
files | vp3.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 */