mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avcodec/vulkan_decode: print also codec header name
Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
This commit is contained in:
parent
9d0da996f0
commit
9f66286f0b
@ -863,6 +863,9 @@ static int vulkan_decode_get_profile(AVCodecContext *avctx, AVBufferRef *frames_
|
||||
caps->maxDpbSlots);
|
||||
av_log(avctx, AV_LOG_VERBOSE, " Maximum active references: %u\n",
|
||||
caps->maxActiveReferencePictures);
|
||||
av_log(avctx, AV_LOG_VERBOSE, " Codec header name: '%s' (driver), '%s' (compiled)\n",
|
||||
caps->stdHeaderVersion.extensionName,
|
||||
dec_ext[avctx->codec_id]->extensionName);
|
||||
av_log(avctx, AV_LOG_VERBOSE, " Codec header version: %i.%i.%i (driver), %i.%i.%i (compiled)\n",
|
||||
CODEC_VER(caps->stdHeaderVersion.specVersion),
|
||||
CODEC_VER(dec_ext[avctx->codec_id]->specVersion));
|
||||
|
Loading…
Reference in New Issue
Block a user