summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-07-13 00:03:45 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-13 00:03:45 +0200
commit5620ed355716896dc1feee2c2a95ab12a982e276 (patch)
tree26b890f32a805a409b8adf18031b38d7dac58554 /libavcodec/hevc.h
parent93aa84c1ea9aace875c3e853911e3a4a0ae4c32b (diff)
avcodec/hevc: Remove skipped_bytes_nal, simplify code
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r--libavcodec/hevc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index a774c6b0bc..b043e95782 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -759,6 +759,8 @@ typedef struct HEVCNAL {
enum NALUnitType type;
int temporal_id;
+
+ int skipped_bytes;
} HEVCNAL;
/* an input packet split into unescaped NAL units */
@@ -897,11 +899,9 @@ typedef struct HEVCContext {
int enable_parallel_tiles;
int wpp_err;
- int skipped_bytes;
int *skipped_bytes_pos;
int skipped_bytes_pos_size;
- int *skipped_bytes_nal;
int **skipped_bytes_pos_nal;
int *skipped_bytes_pos_size_nal;