summaryrefslogtreecommitdiff
path: root/libavcodec/internal.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2020-08-16 11:43:48 -0300
committerJames Almer <jamrial@gmail.com>2020-08-20 13:17:50 -0300
commitc56d787fe3130593ca6e7851569e4e0d3524af04 (patch)
tree6bca693db3946e98e9d1928c6aef21231c14e5bc /libavcodec/internal.h
parent86f5fd471d35423e3bd5c9d2bd0076b14124faee (diff)
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.h5
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);