mirror of https://github.com/FFmpeg/FFmpeg.git
checkasm/sw_rgb: Revert test additions from e18b46d95f
The unaligned width test cases fail on i386; we have an assembly
function of rgb24toyv12 which is enabled only within
"#if ARCH_X86_32 && HAVE_7REGS", which seems to fail these new
test cases for unaligned widths.
As that assembly function has existed for a long time in that form,
the issue probably isn't very recent, thus skip testing these cases
for now.
Once the assembly function has been fixed, these test cases can
be readded.
Signed-off-by: Martin Storsjö <martin@martin.st>
(cherry picked from commit 157ce21939
)
Signed-off-by: Martin Storsjö <martin@martin.st>
release/7.1
parent
ebd0ca9fee
commit
09e9d61d0a
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue