mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
vaapi_encode: Improve log message for unsupported profiles
This commit is contained in:
parent
b2ea757f68
commit
b674357020
@ -1135,8 +1135,9 @@ static av_cold int vaapi_encode_profile_entrypoint(AVCodecContext *avctx)
|
||||
break;
|
||||
}
|
||||
if (j >= n) {
|
||||
av_log(avctx, AV_LOG_VERBOSE, "Matching profile %d is "
|
||||
"not supported by driver.\n", profile->va_profile);
|
||||
av_log(avctx, AV_LOG_VERBOSE, "Compatible profile %s (%d) "
|
||||
"is not supported by driver.\n", profile_string,
|
||||
profile->va_profile);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user