[FFmpeg-devel] [PATCH] avformat: deprecate AVFormatContext io_close callback

2023-02-13 Thread Marton Balint
io_close2 should be used instead. Signed-off-by: Marton Balint --- doc/APIchanges | 4 libavformat/avformat.c | 6 ++ libavformat/avformat.h | 5 + libavformat/dashenc.c | 4 libavformat/fifo.c | 4 libavformat/hlsenc.c| 4

Re: [FFmpeg-devel] [PATCH] avformat: deprecate AVFormatContext io_close callback

2023-02-14 Thread Anton Khirnov
Quoting Marton Balint (2023-02-13 22:37:54) > diff --git a/libavformat/version.h b/libavformat/version.h > index 904e7f06aa..7ff1483912 100644 > --- a/libavformat/version.h > +++ b/libavformat/version.h > @@ -31,7 +31,7 @@ > > #include "version_major.h" > > -#define LIBAVFORMAT_VERSION_MINOR

Re: [FFmpeg-devel] [PATCH] avformat: deprecate AVFormatContext io_close callback

2023-02-14 Thread Marton Balint
On Tue, 14 Feb 2023, Anton Khirnov wrote: Quoting Marton Balint (2023-02-13 22:37:54) diff --git a/libavformat/version.h b/libavformat/version.h index 904e7f06aa..7ff1483912 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -31,7 +31,7 @@ #include "version_major.h" -#defin

Re: [FFmpeg-devel] [PATCH] avformat: deprecate AVFormatContext io_close callback

2023-02-14 Thread Anton Khirnov
Quoting Marton Balint (2023-02-14 21:30:09) > > > On Tue, 14 Feb 2023, Anton Khirnov wrote: > > > Quoting Marton Balint (2023-02-13 22:37:54) > >> diff --git a/libavformat/version.h b/libavformat/version.h > >> index 904e7f06aa..7ff1483912 100644 > >> --- a/libavformat/version.h > >> +++ b/libav

Re: [FFmpeg-devel] [PATCH] avformat: deprecate AVFormatContext io_close callback

2023-02-15 Thread Marton Balint
On Wed, 15 Feb 2023, Anton Khirnov wrote: Quoting Marton Balint (2023-02-14 21:30:09) On Tue, 14 Feb 2023, Anton Khirnov wrote: Quoting Marton Balint (2023-02-13 22:37:54) diff --git a/libavformat/version.h b/libavformat/version.h index 904e7f06aa..7ff1483912 100644 --- a/libavformat/ve