[FFmpeg-cvslog] fate: add bitexact decode flag to fate-svq3-watermark

James Almer git at videolan.org
Mon Oct 3 07:51:40 EEST 2016


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon Oct  3 01:38:43 2016 -0300| [eb60256c20837cc8a6d868d08055dd2821ed35fd] | committer: James Almer

fate: add bitexact decode flag to fate-svq3-watermark

Fixes failure with mmxext or 3dnow cpuflags enabled but ssse3 disabled

Signed-off-by: James Almer <jamrial at gmail.com>

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

 tests/fate/qt.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fate/qt.mak b/tests/fate/qt.mak
index 67ff387..335ec44 100644
--- a/tests/fate/qt.mak
+++ b/tests/fate/qt.mak
@@ -51,7 +51,7 @@ fate-svq1-headerswap: CMD = framecrc -i $(TARGET_SAMPLES)/svq1/ct_ending_cut.mov
 
 FATE_QT-$(call ALLYES, MOV_DEMUXER SVQ3_DECODER ZLIB) += fate-svq3 fate-svq3-watermark
 fate-svq3: CMD = framecrc -i $(TARGET_SAMPLES)/svq3/Vertical400kbit.sorenson3.mov -t 6 -an
-fate-svq3-watermark: CMD = framecrc -i $(TARGET_SAMPLES)/svq3/svq3_watermark.mov
+fate-svq3-watermark: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/svq3/svq3_watermark.mov
 
 FATE_QT += $(FATE_QT-yes)
 



More information about the ffmpeg-cvslog mailing list