[FFmpeg-devel] [PATCH 4/6] avformat: add argo_asf muxer

Paul B Mahol onemda at gmail.com
Fri Sep 11 14:45:58 EEST 2020


On Sun, Aug 02, 2020 at 10:21:12AM +0000, Zane van Iperen wrote:
> Signed-off-by: Zane van Iperen <zane at 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.


More information about the ffmpeg-devel mailing list