mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
avcodec/h264_vulkan: Fix param error in set_sps
Signed-off-by: xin.guo <xin.guo@sophgo.com>
This commit is contained in:
@@ -195,7 +195,7 @@ static void set_sps(const SPS *sps,
|
||||
.video_signal_type_present_flag = sps->vui.video_signal_type_present_flag,
|
||||
.video_full_range_flag = sps->vui.video_full_range_flag,
|
||||
.color_description_present_flag = sps->vui.colour_description_present_flag,
|
||||
.chroma_loc_info_present_flag = sps->vui.chroma_location,
|
||||
.chroma_loc_info_present_flag = sps->vui.chroma_loc_info_present_flag,
|
||||
.timing_info_present_flag = sps->timing_info_present_flag,
|
||||
.fixed_frame_rate_flag = sps->fixed_frame_rate_flag,
|
||||
.bitstream_restriction_flag = sps->bitstream_restriction_flag,
|
||||
|
||||
Reference in New Issue
Block a user