summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-07-13 00:35:11 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-13 00:38:15 +0200
commitbcc6c7bb65f3b7adc525de4f7fed6d9648a01b1b (patch)
tree01151c0bf32aaee6313fd313ba0881c992e33fce /libavcodec/hevc.h
parent5620ed355716896dc1feee2c2a95ab12a982e276 (diff)
avcodec/hevc: Move skipped_bytes_pos_size_nal into HAVCNAL
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r--libavcodec/hevc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index b043e95782..1699a2491f 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -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;