Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-05-14 18:32:00 +0300
committerMark Thompson <sw@jkqxz.net>2017-08-13 00:17:20 +0300
commit867381b8b51fa21fa2b8f071f508f3d39cc9c1f0 (patch)
treedff2a731457d3eb95a908532e18b7d40ca1531fb /libavcodec/cbs.c
parentacf06f45441be24c5cbae0920579cd69427326a1 (diff)
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,