[FFmpeg-cvslog] ffmpeg: remove usage of internal deprecation macro
James Almer
git at videolan.org
Wed Mar 16 18:02:20 EET 2022
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Tue Mar 15 18:15:44 2022 -0300| [11c4f4b455dcc39146e0caa09b1f5fc09c58cf06] | committer: James Almer
ffmpeg: remove usage of internal deprecation macro
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=11c4f4b455dcc39146e0caa09b1f5fc09c58cf06
---
fftools/ffmpeg.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c
index 5e4a256aad..7191650e05 100644
--- a/fftools/ffmpeg.c
+++ b/fftools/ffmpeg.c
@@ -2881,9 +2881,9 @@ static int init_input_stream(int ist_index, char *error, int error_len)
ist->dec_ctx->opaque = ist;
ist->dec_ctx->get_format = get_format;
#if LIBAVCODEC_VERSION_MAJOR < 60
-FF_DISABLE_DEPRECATION_WARNINGS
+ AV_NOWARN_DEPRECATED({
ist->dec_ctx->thread_safe_callbacks = 1;
-FF_ENABLE_DEPRECATION_WARNINGS
+ })
#endif
if (ist->dec_ctx->codec_id == AV_CODEC_ID_DVB_SUBTITLE &&
More information about the ffmpeg-cvslog
mailing list