Skip to content

Commit

Permalink
EncoderConfig: useDpbArray to true
Browse files Browse the repository at this point in the history
As VK_VIDEO_CAPABILITY_SEPARATE_REFERENCE_IMAGES_BIT_KHR is optional
support, the default value should be to support a layered DPB
  • Loading branch information
dabrain34 committed Oct 16, 2024
1 parent 17d7b2d commit 715351c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vk_video_encoder/libs/VkVideoEncoder/VkEncoderConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ struct EncoderConfig : public VkVideoRefCountBase {
, deviceId(-1)
, queueId(0)
, codec(VK_VIDEO_CODEC_OPERATION_NONE_KHR)
, useDpbArray(false)
, useDpbArray(true)
, videoProfileIdc((uint32_t)-1)
, numInputImages(DEFAULT_NUM_INPUT_IMAGES)
, input()
Expand Down

0 comments on commit 715351c

Please sign in to comment.