lavc: Add coded bitstream read/write support for VP9

This commit is contained in:
Mark Thompson
2017-06-22 22:42:51 +01:00
parent 300ef25314
commit b5df289eb7
9 changed files with 1282 additions and 1 deletions

View File

@@ -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 */