[FFmpeg-devel] [PATCH v3 1/3] swscale: make yuv2interleavedX more asm-friendly
Michael Niedermayer
michael at niedermayer.cc
Thu Jun 4 02:29:39 EEST 2020
On Sat, Apr 25, 2020 at 07:37:01PM -0700, Nelson Gomez wrote:
> From: Nelson Gomez <nelson.gomez at microsoft.com>
>
> Extracting information from SwsContext in assembly is difficult, and
> rearranging SwsContext just for asm access didn't look good. These
> functions only need a couple of fields from it anyway, so just make
> them parameters in their own right.
>
> Signed-off-by: Nelson Gomez <nelson.gomez at microsoft.com>
> ---
> libswscale/output.c | 12 +++++-------
> libswscale/swscale_internal.h | 5 +++--
> libswscale/vscale.c | 2 +-
> 3 files changed, 9 insertions(+), 10 deletions(-)
this doesnt apply cleanly anymore it seems
Applying: swscale: make yuv2interleavedX more asm-friendly
Using index info to reconstruct a base tree...
M libswscale/output.c
M libswscale/swscale_internal.h
M libswscale/vscale.c
Falling back to patching base and 3-way merge...
Auto-merging libswscale/vscale.c
CONFLICT (content): Merge conflict in libswscale/vscale.c
Auto-merging libswscale/swscale_internal.h
Auto-merging libswscale/output.c
error: Failed to merge in the changes.
Patch failed at 0001 swscale: make yuv2interleavedX more asm-friendly
Use 'git am --show-current-patch' to see the failed patch
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
No great genius has ever existed without some touch of madness. -- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20200604/7717f9c7/attachment.sig>
More information about the ffmpeg-devel
mailing list