Zhao Zhili wrote: > > On Oct 27, 2025, at 22:05, xin.guo via ffmpeg-devel > > <[email protected]> wrote: > > Signed-off-by: xin.guo <[email protected]> > > --- > > libavcodec/vulkan_h264.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/vulkan_h264.c b/libavcodec/vulkan_h264.c > > index e727aafb16..0f114af34c 100644 > > --- a/libavcodec/vulkan_h264.c > > +++ b/libavcodec/vulkan_h264.c > > @@ -188,7 +188,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, > > -- > > 2.17.1 > > LGTM, thanks. Could you create a PR on code.ffmpeg.org > > <http://code.ffmpeg.org/>? > > _______________________________________________ > > ffmpeg-devel mailing list -- [email protected] > > To unsubscribe send an email to [email protected] > >
Hi, Zhao Zhili I have created a PR <https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20772>, please check it. Thanks, xin.guo _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
