mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-30 04:02:04 +08:00
avcodec/hevc: Move skipped_bytes_pos_size_nal into HAVCNAL
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -761,6 +761,7 @@ typedef struct HEVCNAL {
|
||||
int temporal_id;
|
||||
|
||||
int skipped_bytes;
|
||||
int skipped_bytes_pos_size_nal;
|
||||
} HEVCNAL;
|
||||
|
||||
/* an input packet split into unescaped NAL units */
|
||||
@@ -903,7 +904,6 @@ typedef struct HEVCContext {
|
||||
int skipped_bytes_pos_size;
|
||||
|
||||
int **skipped_bytes_pos_nal;
|
||||
int *skipped_bytes_pos_size_nal;
|
||||
|
||||
const uint8_t *data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user