summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r--libavcodec/hevc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index 37131cd726..c4162e7353 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -692,6 +692,9 @@ typedef struct HEVCNAL {
int size;
const uint8_t *data;
+
+ int raw_size;
+ const uint8_t *raw_data;
} HEVCNAL;
struct HEVCContext;