OSDN Git Service

logging: downgrade recoverable errors to warnings
authorStefan Kost <ensonic@users.sf.net>
Tue, 8 Feb 2011 12:16:49 +0000 (14:16 +0200)
committerMans Rullgard <mans@mansr.com>
Tue, 8 Feb 2011 17:49:35 +0000 (17:49 +0000)
commitae2104791ffa8466d3f6972ed0793b2a165daabe
treeb7166b709bb0a147c2b425f8bd1fae605ea074ff
parent7ab8758baf743b3d525c07a770e13038b0885461
logging: downgrade recoverable errors to warnings

In all 3 cases, the decoding continues and thus a warning would be sufficient.
Helps application that catch them with own log handers to handle them
accordingly.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/mpeg4videodec.c
libavcodec/vc1.c