diff options
author | Jan Ekström <jeebjp@gmail.com> | 2012-08-20 21:16:42 +0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-08-21 09:45:01 +0200 |
commit | 957521e7a464efa542291176e0de6ef9e95205b5 (patch) | |
tree | b91a5acc0b4dfa13c773ba253b3b21124b283ccf /tests/fate/utvideo.mak | |
parent | deb23777f2efe6f822841c420864637b62940838 (diff) | |
download | ffmpeg-957521e7a464efa542291176e0de6ef9e95205b5.tar.gz |
fate: make Ut Video encoder tests use bitexact swscale flags
The failures on various architectures and compilers on the RGB(A)
tests seem to have been because of one-off YCbCr->RGB conversion
results. This should make the conversion results match on most if
not all code paths.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'tests/fate/utvideo.mak')
-rw-r--r-- | tests/fate/utvideo.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/utvideo.mak b/tests/fate/utvideo.mak index 4d56e02b7e..ac67944e2c 100644 --- a/tests/fate/utvideo.mak +++ b/tests/fate/utvideo.mak @@ -25,7 +25,7 @@ fate-utvideo_yuv422_median: CMD = framecrc -i $(SAMPLES)/utvideo/utvideo_yuv422_ FATE_SAMPLES_AVCONV += $(FATE_UTVIDEO) fate-utvideo: $(FATE_UTVIDEO) -fate-utvideoenc%: CMD = framemd5 -f image2 -vcodec pgmyuv -i $(TARGET_PATH)/tests/vsynth1/%02d.pgm -vcodec utvideo -f avi ${OPTS} +fate-utvideoenc%: CMD = framemd5 -f image2 -vcodec pgmyuv -i $(TARGET_PATH)/tests/vsynth1/%02d.pgm -vcodec utvideo -f avi -sws_flags +accurate_rnd+bitexact ${OPTS} FATE_UTVIDEOENC += fate-utvideoenc_rgba_none fate-utvideoenc_rgba_none: OPTS = -pix_fmt rgba -pred 3 |