Re: [FFmpeg-devel] [PATCH 03/10] avformat/argo_brp: remove an allocation

2020-09-20 Thread Zane van Iperen
On Sun, 20 Sep 2020 10:13:48 +0200 "Andreas Rheinhardt" wrote: > > @@ -444,6 +429,5 @@ AVInputFormat ff_argo_brp_demuxer = { > > .priv_data_size = sizeof(ArgoBRPDemuxContext), > > .read_probe = argo_brp_probe, > > .read_header= argo_brp_read_header, > > -.read_packet

Re: [FFmpeg-devel] [PATCH 03/10] avformat/argo_brp: remove an allocation

2020-09-20 Thread Andreas Rheinhardt
Zane van Iperen: > Signed-off-by: Zane van Iperen > --- > libavformat/argo_brp.c | 20 ++-- > 1 file changed, 2 insertions(+), 18 deletions(-) > > diff --git a/libavformat/argo_brp.c b/libavformat/argo_brp.c > index 27029d07b1..e57c20eb96 100644 > --- a/libavformat/argo_brp.c > +

[FFmpeg-devel] [PATCH 03/10] avformat/argo_brp: remove an allocation

2020-09-20 Thread Zane van Iperen
Signed-off-by: Zane van Iperen --- libavformat/argo_brp.c | 20 ++-- 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/libavformat/argo_brp.c b/libavformat/argo_brp.c index 27029d07b1..e57c20eb96 100644 --- a/libavformat/argo_brp.c +++ b/libavformat/argo_brp.c @@ -77,