On Fri, 11 Sep 2020 13:45:58 +0200
"Paul B Mahol" <[email protected]> wrote:

> 
> On Sun, Aug 02, 2020 at 10:21:12AM +0000, Zane van Iperen wrote:
> > Signed-off-by: Zane van Iperen <[email protected]>
> > ---
> >  Changelog                |   1 +
> >  libavformat/Makefile     |   1 +
> >  libavformat/allformats.c |   1 +
> >  libavformat/argo_asf.c   | 123 ++++++++++++++++++++++++++++++++++++++-
> >  libavformat/version.h    |   2 +-
> >  5 files changed, 126 insertions(+), 2 deletions(-)
> >
> 
> I see that argo decoder does not use block_align at all.
> 
> That is very harmful and have big decoding CPU overhead.
> 
> There is no point to decode from very small packets...
> 
> Instead make use of block_align and use bigger packets.

The patch you're replying to was from July, is this in regards to my
ping on the BRP demuxer patch?

I agree it could be changed to use bigger packets, but one thing at a
time. This'll be a task once the BRP demuxer is merged.

_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to