Re: [FFmpeg-devel] [RFC/PATCH 1/2] lavf: add a flag for experimental (de)muxers

2022-01-03 Thread Anton Khirnov
Quoting Michael Niedermayer (2022-01-02 23:45:19) > On Sun, Jan 02, 2022 at 06:46:04PM +0100, Anton Khirnov wrote: > > --- > > doc/APIchanges | 3 +++ > > libavformat/avformat.h | 7 +++ > > libavformat/format.c | 2 ++ > > libavformat/version.h | 2 +- > > 4 files changed, 13 inser

Re: [FFmpeg-devel] [RFC/PATCH 1/2] lavf: add a flag for experimental (de)muxers

2022-01-02 Thread Andreas Rheinhardt
Lynne: > 2 Jan 2022, 18:46 by an...@khirnov.net: > >> --- >> doc/APIchanges | 3 +++ >> libavformat/avformat.h | 7 +++ >> libavformat/format.c | 2 ++ >> libavformat/version.h | 2 +- >> 4 files changed, 13 insertions(+), 1 deletion(-) >> >> diff --git a/doc/APIchanges b/doc/APIch

Re: [FFmpeg-devel] [RFC/PATCH 1/2] lavf: add a flag for experimental (de)muxers

2022-01-02 Thread Michael Niedermayer
On Sun, Jan 02, 2022 at 06:46:04PM +0100, Anton Khirnov wrote: > --- > doc/APIchanges | 3 +++ > libavformat/avformat.h | 7 +++ > libavformat/format.c | 2 ++ > libavformat/version.h | 2 +- > 4 files changed, 13 insertions(+), 1 deletion(-) patchset LGTM thx [...] -- Michael

Re: [FFmpeg-devel] [RFC/PATCH 1/2] lavf: add a flag for experimental (de)muxers

2022-01-02 Thread Lynne
2 Jan 2022, 18:46 by an...@khirnov.net: > --- > doc/APIchanges | 3 +++ > libavformat/avformat.h | 7 +++ > libavformat/format.c | 2 ++ > libavformat/version.h | 2 +- > 4 files changed, 13 insertions(+), 1 deletion(-) > > diff --git a/doc/APIchanges b/doc/APIchanges > index 670a5

[FFmpeg-devel] [RFC/PATCH 1/2] lavf: add a flag for experimental (de)muxers

2022-01-02 Thread Anton Khirnov
--- doc/APIchanges | 3 +++ libavformat/avformat.h | 7 +++ libavformat/format.c | 2 ++ libavformat/version.h | 2 +- 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/APIchanges b/doc/APIchanges index 670a59329e..29c235630e 100644 --- a/doc/APIchanges +++ b/doc/AP