libopenh264enc: export CPB props side data

This commit is contained in:
Anton Khirnov 2015-10-03 15:19:10 +02:00
parent f0b769c16d
commit 11c9bd633f
3 changed files with 40 additions and 0 deletions

View file

@ -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 */