summaryrefslogtreecommitdiffstats
path: root/libavcodec/h2645_parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h2645_parse.h')
-rw-r--r--libavcodec/h2645_parse.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/h2645_parse.h b/libavcodec/h2645_parse.h
index 148ccf3..651cf26 100644
--- a/libavcodec/h2645_parse.h
+++ b/libavcodec/h2645_parse.h
@@ -33,6 +33,12 @@ typedef struct H2645NAL {
int size;
const uint8_t *data;
+ /**
+ * Size, in bits, of just the data, excluding the stop bit and any trailing
+ * padding. I.e. what HEVC calls SODB.
+ */
+ int size_bits;
+
int raw_size;
const uint8_t *raw_data;
OpenPOWER on IntegriCloud