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)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 9 Feb 2011 02:33:54 +0000 (03:33 +0100)
commit3e2a4e91bdc1c88927a68f6025b1877530d102f1
treea773f80b782792a7f53ae91325c1f7bdfd3a7371
parent17a1919027fc6b0f2ea9b61fc3fecaa3ff080b14
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>
(cherry picked from commit ae2104791ffa8466d3f6972ed0793b2a165daabe)
libavcodec/mpeg4videodec.c
libavcodec/vc1.c