Re: [FFmpeg-devel] [PATCH 3/6] avformat/argo_asf: use ArgoASFContext in muxer

2020-08-08 Thread Zane van Iperen
On Sat, 8 Aug 2020 11:46:55 +0200 "Andreas Rheinhardt" wrote: > > > There is no point keeping data only used once in your context which is > not what these contexts are there for. Coupled with patch 4/6 you are > adding a const AVClass * to the context of the demuxer although the > demuxer doesn'

Re: [FFmpeg-devel] [PATCH 3/6] avformat/argo_asf: use ArgoASFContext in muxer

2020-08-08 Thread Andreas Rheinhardt
Zane van Iperen: > Preparation for options. > > Signed-off-by: Zane van Iperen > --- > libavformat/argo_asf.c | 42 +- > 1 file changed, 21 insertions(+), 21 deletions(-) > > diff --git a/libavformat/argo_asf.c b/libavformat/argo_asf.c > index 52e37f9c10.

[FFmpeg-devel] [PATCH 3/6] avformat/argo_asf: use ArgoASFContext in muxer

2020-08-08 Thread Zane van Iperen
Preparation for options. Signed-off-by: Zane van Iperen --- libavformat/argo_asf.c | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/libavformat/argo_asf.c b/libavformat/argo_asf.c index 52e37f9c10..1770192aad 100644 --- a/libavforma