On Thu, Oct 22, 2020 at 09:43:53AM +0200, Alan Kelly wrote:
> Other functions to be ported to avx2 have been identified and are on
> the todo list.
> ---
>  libswscale/x86/Makefile     |   1 +
>  libswscale/x86/swscale.c    |  72 +++----------------------
>  libswscale/x86/yuv2yuvX.asm | 105 ++++++++++++++++++++++++++++++++++++
>  3 files changed, 112 insertions(+), 66 deletions(-)
>  create mode 100644 libswscale/x86/yuv2yuvX.asm

Breaks:

./ffmpeg -i ~/vlcticket/5887/Cruise\ 2012_07_29_19_02_16.wmv  -an -vcodec mjpeg 
-vf scale=800:600:interl=1  -qscale 1 out.avi

(the output file has artifacts at the left side)

input is maybe here:
https://trac.videolan.org/vlc/attachment/ticket/7246/Cruise%202012_07_29_19_02_16.wmv

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Its not that you shouldnt use gotos but rather that you should write
readable code and code with gotos often but not always is less readable

Attachment: signature.asc
Description: PGP signature

_______________________________________________
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