summaryrefslogtreecommitdiff
path: root/libavcodec/cbs.c
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-05-14 16:32:00 +0100
committerMark Thompson <sw@jkqxz.net>2017-10-17 20:56:29 +0100
commit9b0c7aa0e446eceec96ba8f4009e004fad29fba3 (patch)
tree23fdcf750ba5d7b86805c20f5862562a43681a60 /libavcodec/cbs.c
parentb4c915f4b3e15c3e787e319b961e4389762f6309 (diff)
lavc: Add coded bitstream read/write support for H.265
(cherry picked from commit 867381b8b51fa21fa2b8f071f508f3d39cc9c1f0) (cherry picked from commit f763489364416bb6866adc4f4a96012dd2ca1bd0) (cherry picked from commit 067a9ddeb8feff1f724856f0054930c55219f76b)
Diffstat (limited to 'libavcodec/cbs.c')
-rw-r--r--libavcodec/cbs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/cbs.c b/libavcodec/cbs.c
index f489d9806f..d7eb3033c4 100644
--- a/libavcodec/cbs.c
+++ b/libavcodec/cbs.c
@@ -31,6 +31,9 @@ static const CodedBitstreamType *cbs_type_table[] = {
#if CONFIG_CBS_H264
&ff_cbs_type_h264,
#endif
+#if CONFIG_CBS_H265
+ &ff_cbs_type_h265,
+#endif
};
int ff_cbs_init(CodedBitstreamContext **ctx_ptr,