mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
cbs_h266: H266RawSliceHeader, expose NumEntryPoints
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -828,6 +828,9 @@ typedef struct H266RawSliceHeader {
|
||||
uint8_t sh_entry_offset_len_minus1;
|
||||
uint32_t sh_entry_point_offset_minus1[VVC_MAX_ENTRY_POINTS];
|
||||
|
||||
// derived values
|
||||
uint32_t num_entry_points; ///< NumEntryPoints
|
||||
|
||||
} H266RawSliceHeader;
|
||||
|
||||
typedef struct H266RawSlice {
|
||||
|
||||
Reference in New Issue
Block a user