lavc: Add coded bitstream read/write support for H.265
This commit is contained in:
parent
acf06f4544
commit
867381b8b5
7 changed files with 2453 additions and 3 deletions
|
@ -81,6 +81,7 @@ int ff_cbs_write_unsigned(CodedBitstreamContext *ctx, PutBitContext *pbc,
|
|||
|
||||
|
||||
extern const CodedBitstreamType ff_cbs_type_h264;
|
||||
extern const CodedBitstreamType ff_cbs_type_h265;
|
||||
|
||||
|
||||
#endif /* AVCODEC_CBS_INTERNAL_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue