libopenh264enc: export CPB props side data
This commit is contained in:
parent
f0b769c16d
commit
11c9bd633f
3 changed files with 40 additions and 0 deletions
|
@ -240,4 +240,9 @@ int ff_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt);
|
|||
*/
|
||||
int ff_decode_frame_props(AVCodecContext *avctx, AVFrame *frame);
|
||||
|
||||
/**
|
||||
* Add a CPB properties side data to an encoding context.
|
||||
*/
|
||||
AVCPBProperties *ff_add_cpb_side_data(AVCodecContext *avctx);
|
||||
|
||||
#endif /* AVCODEC_INTERNAL_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue