Skip to content

Commit

Permalink
encode: enablePreprocessComputeFilter init reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatinski committed Dec 18, 2024
1 parent a6990d1 commit a5221f8
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 @@ -831,8 +831,8 @@ struct EncoderConfig : public VkVideoRefCountBase {
, enableVideoDecoder(false)
, enableHwLoadBalancing(false)
, selectVideoWithComputeQueue(false)
, enableOutOfOrderRecording(false)
, enablePreprocessComputeFilter(false)
, enableOutOfOrderRecording(false)
{ }

virtual ~EncoderConfig() {}
Expand Down

0 comments on commit a5221f8

Please sign in to comment.