Re: [FFmpeg-devel] [PATCH 1/2] lavf: allow setting AVStream.discard as an AVOption

2023-12-22 Thread Anton Khirnov
Quoting James Almer (2023-12-20 04:02:37) > On 12/19/2023 9:10 AM, Anton Khirnov wrote: > > Quoting James Almer (2023-12-19 13:09:05) > >> On 12/19/2023 7:41 AM, Anton Khirnov wrote: > >>> Quoting James Almer (2023-12-18 20:30:47) > On 12/18/2023 4:19 PM, Anton Khirnov wrote: > > --- > >>>

Re: [FFmpeg-devel] [PATCH 1/2] lavf: allow setting AVStream.discard as an AVOption

2023-12-19 Thread James Almer
On 12/19/2023 9:10 AM, Anton Khirnov wrote: Quoting James Almer (2023-12-19 13:09:05) On 12/19/2023 7:41 AM, Anton Khirnov wrote: Quoting James Almer (2023-12-18 20:30:47) On 12/18/2023 4:19 PM, Anton Khirnov wrote: --- libavformat/options.c | 10 ++ 1 file changed, 10 insertio

Re: [FFmpeg-devel] [PATCH 1/2] lavf: allow setting AVStream.discard as an AVOption

2023-12-19 Thread Anton Khirnov
Quoting James Almer (2023-12-19 13:09:05) > On 12/19/2023 7:41 AM, Anton Khirnov wrote: > > Quoting James Almer (2023-12-18 20:30:47) > >> On 12/18/2023 4:19 PM, Anton Khirnov wrote: > >>> --- > >>>libavformat/options.c | 10 ++ > >>>1 file changed, 10 insertions(+) > >>> > >>> diff

Re: [FFmpeg-devel] [PATCH 1/2] lavf: allow setting AVStream.discard as an AVOption

2023-12-19 Thread James Almer
On 12/19/2023 7:41 AM, Anton Khirnov wrote: Quoting James Almer (2023-12-18 20:30:47) On 12/18/2023 4:19 PM, Anton Khirnov wrote: --- libavformat/options.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/libavformat/options.c b/libavformat/options.c index bf6113ca95..cc89dd

Re: [FFmpeg-devel] [PATCH 1/2] lavf: allow setting AVStream.discard as an AVOption

2023-12-19 Thread Anton Khirnov
Quoting James Almer (2023-12-18 20:30:47) > On 12/18/2023 4:19 PM, Anton Khirnov wrote: > > --- > > libavformat/options.c | 10 ++ > > 1 file changed, 10 insertions(+) > > > > diff --git a/libavformat/options.c b/libavformat/options.c > > index bf6113ca95..cc89dd6c72 100644 > > --- a/li

Re: [FFmpeg-devel] [PATCH 1/2] lavf: allow setting AVStream.discard as an AVOption

2023-12-18 Thread James Almer
On 12/18/2023 4:19 PM, Anton Khirnov wrote: --- libavformat/options.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/libavformat/options.c b/libavformat/options.c index bf6113ca95..cc89dd6c72 100644 --- a/libavformat/options.c +++ b/libavformat/options.c @@ -229,6 +229,16 @@ s

[FFmpeg-devel] [PATCH 1/2] lavf: allow setting AVStream.discard as an AVOption

2023-12-18 Thread Anton Khirnov
--- libavformat/options.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/libavformat/options.c b/libavformat/options.c index bf6113ca95..cc89dd6c72 100644 --- a/libavformat/options.c +++ b/libavformat/options.c @@ -229,6 +229,16 @@ static const AVOption stream_options[] = {