summaryrefslogtreecommitdiff
path: root/libavcodec/cbs_internal.h
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-06-22 22:42:51 +0100
committerMark Thompson <sw@jkqxz.net>2018-05-02 01:21:33 +0100
commitb5df289eb771e3cd45a5e02b6c3ad05df34df291 (patch)
tree2932f3b329c23520767561e174b79730e89b6179 /libavcodec/cbs_internal.h
parent300ef253141fbebf9b201de676db1bb9e4298c40 (diff)
downloadffmpeg-b5df289eb771e3cd45a5e02b6c3ad05df34df291.tar.gz
lavc: Add coded bitstream read/write support for VP9
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 3280e7602d..172b8a2515 100644
--- a/libavcodec/cbs_internal.h
+++ b/libavcodec/cbs_internal.h
@@ -89,6 +89,7 @@ int ff_cbs_write_unsigned(CodedBitstreamContext *ctx, PutBitContext *pbc,
extern const CodedBitstreamType ff_cbs_type_h264;
extern const CodedBitstreamType ff_cbs_type_h265;
extern const CodedBitstreamType ff_cbs_type_mpeg2;
+extern const CodedBitstreamType ff_cbs_type_vp9;
#endif /* AVCODEC_CBS_INTERNAL_H */