mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-05-18 06:04:30 +02:00
cd83f899c9
The transpose_4x4H is wrong which cost me much time to find this bug. The orders of r2 and r3 are wrong,
this bug waste me much time while I make aarch64 arm instruction which used the function.
(cherry picked from commit c18176bd55)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>