lavc: Add coded bitstream read/write support for H.264

This commit is contained in:
Mark Thompson 2017-05-14 16:18:25 +01:00
parent 18f1706f33
commit acf06f4544
8 changed files with 2706 additions and 0 deletions

View file

@ -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,