Turns out the C idct suffered from integer overflows and the x86_64 assembler was correct. This reverts the checksum changes from commit f492df0927c42da174edb674857670fc50abc5dc. --- tests/ref/fate/prores-422_proxy | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/ref/fate/prores-422_proxy b/tests/ref/fate/prores-422_proxy index e03c3fa..c9e454f 100644 --- a/tests/ref/fate/prores-422_proxy +++ b/tests/ref/fate/prores-422_proxy @@ -1,2 +1,2 @@ -0, 0, 8294400, 0x3099e361 -0, 3003, 8294400, 0x3099e361 +0, 0, 8294400, 0x51d29320 +0, 3003, 8294400, 0x51d29320 -- 1.7.7 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
