On Sun, Aug 02, 2020 at 10:21:12AM +0000, Zane van Iperen wrote:
> Signed-off-by: Zane van Iperen <z...@zanevaniperen.com>
> ---
>  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.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to