From 11c9bd633f635f07a762be1ecd672de55daf4edc Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 3 Oct 2015 15:19:10 +0200 Subject: libopenh264enc: export CPB props side data --- libavcodec/internal.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavcodec/internal.h') diff --git a/libavcodec/internal.h b/libavcodec/internal.h index adec52342b..7f12344533 100644 --- a/libavcodec/internal.h +++ b/libavcodec/internal.h @@ -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 */ -- cgit v1.2.3