[FFmpeg-devel] [PATCH 01/10] avformat/argo_asf: fix enforcement of chunk count

Zane van Iperen zane at zanevaniperen.com
Sun Sep 20 12:06:41 EEST 2020


On Sun, 20 Sep 2020 10:54:44 +0200
"Paul B Mahol" <onemda at gmail.com> wrote:

> 
> On Sun, Sep 20, 2020 at 08:06:18AM +0000, Zane van Iperen wrote:
> > Enforcing num_chunks == 1 only makes sense when demuxing from an ASF
> > file. When embedded in a BRP file, an ASF stream can have multiple chunks.
> >
> > Signed-off-by: Zane van Iperen <zane at zanevaniperen.com>
> > ---
> >  libavformat/argo_asf.c | 17 ++++++++++-------
> >  1 file changed, 10 insertions(+), 7 deletions(-)
> >
> 
> LGTM this set except last two patches (patch 9 and patch 10), they are not needed.
> 
> I would like to commit that lines when actual decoder comes not before.

Okay, I'll leave them out.




More information about the ffmpeg-devel mailing list