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-08-12 22:17:20 +0100
commit867381b8b51fa21fa2b8f071f508f3d39cc9c1f0 (patch)
treedff2a731457d3eb95a908532e18b7d40ca1531fb /libavcodec/cbs.c
parentacf06f45441be24c5cbae0920579cd69427326a1 (diff)
downloadffmpeg-867381b8b51fa21fa2b8f071f508f3d39cc9c1f0.tar.gz
lavc: Add coded bitstream read/write support for H.265
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 9352b535b2..b5d5dfd2fd 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,