CEncoder AV log level verbose -> info (#1609)

This commit is contained in:
galister 2023-05-07 13:43:23 +01:00 committed by GitHub
parent 92bbfa9c2b
commit 306ce5da92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ void av_logfn(void*, int level, const char* data, va_list va)
#ifdef DEBUG
AV_LOG_DEBUG)
#else
AV_LOG_VERBOSE)
AV_LOG_INFO)
#endif
return;