[FFmpeg-cvslog] fate: Force simple idct for fate-asf-repldata

Michael Niedermayer git at videolan.org
Wed Aug 19 03:53:12 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Wed Aug 19 03:07:12 2015 +0200| [c1507db61760483e45ca9d512238181f333a2281] | committer: Michael Niedermayer

fate: Force simple idct for fate-asf-repldata

otherwise it can fail when a different idct is used on some platform

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c1507db61760483e45ca9d512238181f333a2281
---

 tests/fate/microsoft.mak    |    2 +-
 tests/ref/fate/asf-repldata |   28 ++++++++++++++--------------
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/tests/fate/microsoft.mak b/tests/fate/microsoft.mak
index ead1b34..1c793df 100644
--- a/tests/fate/microsoft.mak
+++ b/tests/fate/microsoft.mak
@@ -67,7 +67,7 @@ FATE_MICROSOFT-$(CONFIG_VC1_DECODER) += $(FATE_VC1-yes)
 fate-vc1: $(FATE_VC1-yes)
 
 FATE_ASF_REPLDATA += fate-asf-repldata
-fate-asf-repldata: CMD = framecrc -i $(TARGET_SAMPLES)/asf/bug821-2.asf
+fate-asf-repldata: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/asf/bug821-2.asf
 
 FATE_MICROSOFT-$(call DEMDEC, ASF, MPEG4) += $(FATE_ASF_REPLDATA)
 
diff --git a/tests/ref/fate/asf-repldata b/tests/ref/fate/asf-repldata
index efd5457..e46b565 100644
--- a/tests/ref/fate/asf-repldata
+++ b/tests/ref/fate/asf-repldata
@@ -1,15 +1,15 @@
 #tb 0: 6/49
-0,          0,          0,        1,   460800, 0x85b053af
-0,          1,          1,        1,   460800, 0xfbdbb291
-0,          2,          2,        1,   460800, 0x1389b3d9
-0,          3,          3,        1,   460800, 0xc81e8326
-0,          4,          4,        1,   460800, 0xb0028333
-0,          5,          5,        1,   460800, 0x002b8619
-0,          6,          6,        1,   460800, 0xeb808d70
-0,          7,          7,        1,   460800, 0xe8288d27
-0,          8,          8,        1,   460800, 0xcfbe8bcc
-0,          9,          9,        1,   460800, 0x682b8d38
-0,         10,         10,        1,   460800, 0x5879cd04
-0,         11,         11,        1,   460800, 0x88a6a3e6
-0,         12,         12,        1,   460800, 0xc491db72
-0,         13,         13,        1,   460800, 0xb779d5cc
\ No newline at end of file
+0,          0,          0,        1,   460800, 0x1f8b53b0
+0,          1,          1,        1,   460800, 0x95b6b292
+0,          2,          2,        1,   460800, 0xad55b3da
+0,          3,          3,        1,   460800, 0x61f98327
+0,          4,          4,        1,   460800, 0x49dd8334
+0,          5,          5,        1,   460800, 0x99f7861a
+0,          6,          6,        1,   460800, 0x855b8d71
+0,          7,          7,        1,   460800, 0x82038d28
+0,          8,          8,        1,   460800, 0x69998bcd
+0,          9,          9,        1,   460800, 0x02068d39
+0,         10,         10,        1,   460800, 0xf245cd05
+0,         11,         11,        1,   460800, 0x2281a3e7
+0,         12,         12,        1,   460800, 0x5f01db74
+0,         13,         13,        1,   460800, 0x51e9d5ce



More information about the ffmpeg-cvslog mailing list