mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
avcodec/libopenh264enc: use AV_LOG_TRACE instead of DEBUG+1
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
fd8b90f5f6
commit
dfd3fd67bb
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ static int libopenh264_to_ffmpeg_log_level (
|
|||
int libopenh264_log_level
|
||||
)
|
||||
{
|
||||
if (libopenh264_log_level >= WELS_LOG_DETAIL) return AV_LOG_DEBUG + 1;
|
||||
if (libopenh264_log_level >= WELS_LOG_DETAIL) return AV_LOG_TRACE;
|
||||
else if (libopenh264_log_level >= WELS_LOG_DEBUG) return AV_LOG_DEBUG;
|
||||
else if (libopenh264_log_level >= WELS_LOG_INFO) return AV_LOG_INFO;
|
||||
else if (libopenh264_log_level >= WELS_LOG_WARNING) return AV_LOG_WARNING;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue