mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
avformat: remove deprecated FF_API_AVFORMAT_IO_CLOSE
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -160,11 +160,6 @@ static int segment_mux_init(AVFormatContext *s)
|
||||
oc->max_delay = s->max_delay;
|
||||
av_dict_copy(&oc->metadata, s->metadata, 0);
|
||||
oc->opaque = s->opaque;
|
||||
#if FF_API_AVFORMAT_IO_CLOSE
|
||||
FF_DISABLE_DEPRECATION_WARNINGS
|
||||
oc->io_close = s->io_close;
|
||||
FF_ENABLE_DEPRECATION_WARNINGS
|
||||
#endif
|
||||
oc->io_close2 = s->io_close2;
|
||||
oc->io_open = s->io_open;
|
||||
oc->flags = s->flags;
|
||||
|
||||
Reference in New Issue
Block a user