summaryrefslogtreecommitdiffstats
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-03-23 15:41:09 -0300
committerJames Almer <jamrial@gmail.com>2017-03-23 15:53:00 -0300
commit4a5810b6592db74b9c345ea74c4f08f5f490874c (patch)
tree1cafa314ac13d3be87eb3348edc5ab442a57d2ff /libavcodec/hevc.h
parentb29c8c995f17156204eb074e12b781a94b02c2a9 (diff)
parentf6e2f8a9ffda2247bffba991450990d075ea68e3 (diff)
downloadffmpeg-streaming-4a5810b6592db74b9c345ea74c4f08f5f490874c.zip
ffmpeg-streaming-4a5810b6592db74b9c345ea74c4f08f5f490874c.tar.gz
Merge commit 'f6e2f8a9ffda2247bffba991450990d075ea68e3'
* commit 'f6e2f8a9ffda2247bffba991450990d075ea68e3': hevcdec: move parameter set parsing into a separate header Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r--libavcodec/hevc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index f71cd08..4237b80 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -62,4 +62,9 @@ enum HEVCNALUnitType {
#define HEVC_MAX_SHORT_TERM_RPS_COUNT 64
#define HEVC_MAX_CU_SIZE 128
+#define HEVC_MAX_REFS 16
+#define HEVC_MAX_DPB_SIZE 16 // A.4.1
+
+#define HEVC_MAX_LOG2_CTB_SIZE 6
+
#endif /* AVCODEC_HEVC_H */
OpenPOWER on IntegriCloud