mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
map warning levels between libx264 and libavutil
Originally committed as revision 9607 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3e582fbbc5
commit
3709f0d706
@ -38,7 +38,7 @@ X264_log(void *p, int level, const char *fmt, va_list args)
|
||||
{
|
||||
static const int level_map[] = {
|
||||
[X264_LOG_ERROR] = AV_LOG_ERROR,
|
||||
[X264_LOG_WARNING] = AV_LOG_ERROR,
|
||||
[X264_LOG_WARNING] = AV_LOG_WARNING,
|
||||
[X264_LOG_INFO] = AV_LOG_INFO,
|
||||
[X264_LOG_DEBUG] = AV_LOG_DEBUG
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user