mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
lavc/vaapi_encode: give a debug message if attrs unsupported.
Give a debug message when query attribute get VA_ATTRIB_NOT_SUPPORTED, it's will help to trace and debug some issue. Signed-off-by: Jun Zhao <jun.zhao@intel.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
This commit is contained in:
parent
da03242778
commit
a31a482611
@ -1036,6 +1036,8 @@ static av_cold int vaapi_encode_config_attributes(AVCodecContext *avctx)
|
||||
// Unfortunately we have to treat this as "don't know" and hope
|
||||
// for the best, because the Intel MJPEG encoder returns this
|
||||
// for all the interesting attributes.
|
||||
av_log(avctx, AV_LOG_DEBUG, "Attribute (%d) is not supported.\n",
|
||||
attr[i].type);
|
||||
continue;
|
||||
}
|
||||
switch (attr[i].type) {
|
||||
|
Loading…
Reference in New Issue
Block a user