summaryrefslogtreecommitdiff
path: root/libavcodec/cbs_internal.h
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2018-09-09 23:08:11 +0100
committerMark Thompson <sw@jkqxz.net>2018-09-26 23:27:53 +0100
commitc8c81ac5026c20ce60860dc9aa905e5e1634bed1 (patch)
tree81af3b529e2b4a54a26f945546bba25dbe23ef3e /libavcodec/cbs_internal.h
parent5ee4144701921cef908c159a4042c8fa9a7b24d1 (diff)
downloadffmpeg-c8c81ac5026c20ce60860dc9aa905e5e1634bed1.tar.gz
lavc: Add coded bitstream read/write support for AV1
Diffstat (limited to 'libavcodec/cbs_internal.h')
-rw-r--r--libavcodec/cbs_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/cbs_internal.h b/libavcodec/cbs_internal.h
index e0e912e28e..53f2e5d187 100644
--- a/libavcodec/cbs_internal.h
+++ b/libavcodec/cbs_internal.h
@@ -86,6 +86,7 @@ int ff_cbs_write_unsigned(CodedBitstreamContext *ctx, PutBitContext *pbc,
#define MAX_UINT_BITS(length) ((UINT64_C(1) << (length)) - 1)
+extern const CodedBitstreamType ff_cbs_type_av1;
extern const CodedBitstreamType ff_cbs_type_h264;
extern const CodedBitstreamType ff_cbs_type_h265;
extern const CodedBitstreamType ff_cbs_type_jpeg;