mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
avcodec/cbs_h266: store SubpicIdVal in the context
And use it to derive CurrSubpicIdx Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -552,6 +552,7 @@ typedef struct H266RawPPS {
|
||||
uint16_t num_tiles_in_pic;
|
||||
uint16_t slice_height_in_ctus[VVC_MAX_SLICES];
|
||||
uint16_t num_slices_in_subpic[VVC_MAX_SLICES];
|
||||
uint16_t sub_pic_id_val[VVC_MAX_SLICES];
|
||||
} H266RawPPS;
|
||||
|
||||
typedef struct H266RawAUD {
|
||||
|
||||
Reference in New Issue
Block a user