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
|
@ -80,4 +80,7 @@ int ff_cbs_write_unsigned(CodedBitstreamContext *ctx, PutBitContext *pbc,
|
|||
uint32_t range_min, uint32_t range_max);
|
||||
|
||||
|
||||
extern const CodedBitstreamType ff_cbs_type_h264;
|
||||
|
||||
|
||||
#endif /* AVCODEC_CBS_INTERNAL_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue