diff options
author | James Almer <jamrial@gmail.com> | 2023-01-09 11:08:14 -0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-02-09 15:24:16 +0100 |
commit | 63258b6f7cc5275a35fa7896321327959309c3da (patch) | |
tree | afee26e7d9880f8d9914773a46df44981d254a06 /libavcodec/avcodec.h | |
parent | 0b3152779d99712d8c54add32bad1703f0087178 (diff) | |
download | ffmpeg-63258b6f7cc5275a35fa7896321327959309c3da.tar.gz |
avcodec: remove FF_API_GET_FRAME_CLASS
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index f1475fa32e..cc7a8faa6a 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2384,14 +2384,6 @@ void avcodec_free_context(AVCodecContext **avctx); */ const AVClass *avcodec_get_class(void); -#if FF_API_GET_FRAME_CLASS -/** - * @deprecated This function should not be used. - */ -attribute_deprecated -const AVClass *avcodec_get_frame_class(void); -#endif - /** * Get the AVClass for AVSubtitleRect. It can be used in combination with * AV_OPT_SEARCH_FAKE_OBJ for examining options. |