mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 11:00:11 +01:00
vulkan/video: fix a typo
Fixes: d46162981a ("vulkan/video: add h264 headers encode")
Signed-off-by: Hyunjun Ko <zzoon@igalia.com>
Acked-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26139>
This commit is contained in:
parent
7e00380445
commit
fbc9811241
1 changed files with 1 additions and 1 deletions
|
|
@ -1531,7 +1531,7 @@ vk_video_encode_h264_pps(StdVideoH264PictureParameterSet *pps,
|
|||
|
||||
vl_bitstream_encoder_clear(&enc, data_ptr, data_size, size_limit);
|
||||
|
||||
emit_nalu_header(&enc, 3, H264_NAL_SPS);
|
||||
emit_nalu_header(&enc, 3, H264_NAL_PPS);
|
||||
|
||||
vl_bitstream_exp_golomb_ue(&enc, pps->pic_parameter_set_id);
|
||||
vl_bitstream_exp_golomb_ue(&enc, pps->seq_parameter_set_id);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue