diff options
author | James Almer <jamrial@gmail.com> | 2020-08-16 11:43:48 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2020-08-20 13:17:50 -0300 |
commit | c56d787fe3130593ca6e7851569e4e0d3524af04 (patch) | |
tree | 6bca693db3946e98e9d1928c6aef21231c14e5bc /libavcodec/internal.h | |
parent | 86f5fd471d35423e3bd5c9d2bd0076b14124faee (diff) | |
download | ffmpeg-c56d787fe3130593ca6e7851569e4e0d3524af04.tar.gz |
avcodec/decode: move the ff_decode_frame_props() prototype to the proper header
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r-- | libavcodec/internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h index 1c25aab6b9..5d0e6e7831 100644 --- a/libavcodec/internal.h +++ b/libavcodec/internal.h @@ -354,11 +354,6 @@ int ff_side_data_update_matrix_encoding(AVFrame *frame, int ff_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt); /** - * Set various frame properties from the codec context / packet data. - */ -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); |