mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 18:49:58 +00:00
ffmpeg: silence a thread_safe_callbacks deprecation warning
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
ae0863b91d
commit
94af6414ab
@ -2962,7 +2962,9 @@ static int init_input_stream(int ist_index, char *error, int error_len)
|
||||
ist->dec_ctx->get_format = get_format;
|
||||
ist->dec_ctx->get_buffer2 = get_buffer;
|
||||
#if LIBAVCODEC_VERSION_MAJOR < 60
|
||||
FF_DISABLE_DEPRECATION_WARNINGS
|
||||
ist->dec_ctx->thread_safe_callbacks = 1;
|
||||
FF_ENABLE_DEPRECATION_WARNINGS
|
||||
#endif
|
||||
|
||||
if (ist->dec_ctx->codec_id == AV_CODEC_ID_DVB_SUBTITLE &&
|
||||
|
Loading…
Reference in New Issue
Block a user