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:18:25 +0300
committerMark Thompson <sw@jkqxz.net>2017-08-13 00:17:20 +0300
commitacf06f45441be24c5cbae0920579cd69427326a1 (patch)
treef960aebda99c3c68edc9d587e84f193f88374e34 /libavcodec/cbs.c
parent18f1706f331bf5dd565774eae680508c8d3a97ad (diff)
lavc: Add coded bitstream read/write support for H.264
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 3a205c393d..9352b535b2 100644
--- a/libavcodec/cbs.c
+++ b/libavcodec/cbs.c
@@ -28,6 +28,9 @@
static const CodedBitstreamType *cbs_type_table[] = {
+#if CONFIG_CBS_H264
+ &ff_cbs_type_h264,
+#endif
};
int ff_cbs_init(CodedBitstreamContext *ctx,