lavc: Add coded bitstream read/write support for H.264
This commit is contained in:
parent
18f1706f33
commit
acf06f4544
8 changed files with 2706 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue