summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-02-04 13:44:26 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-02-04 13:44:39 +0100
commita0d5204cd990caf5ed0c6daa37f1b9e638009cad (patch)
tree65737e08f30606b9302770f540d6117783cc478c /libavcodec/hevc.h
parent8a3b85f3a7952c54a2c36ba1797f7e0cde9f85aa (diff)
parentb25e84b7399bd91605596b67d761d3464dbe8a6e (diff)
Merge commit 'b25e84b7399bd91605596b67d761d3464dbe8a6e'
* commit 'b25e84b7399bd91605596b67d761d3464dbe8a6e': hevc: check that the VCL NAL types are the same for all slice segments of a frame Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r--libavcodec/hevc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index 0ba24fae45..d419ccb1b3 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -847,6 +847,8 @@ typedef struct HEVCContext {
HEVCNAL *nals;
int nb_nals;
int nals_allocated;
+ // type of the first VCL NAL of the current frame
+ enum NALUnitType first_nal_type;
// for checking the frame checksums
struct AVMD5 *md5_ctx;