diff options
author | Martin Storsjö <martin@martin.st> | 2014-12-29 00:20:08 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-12-29 23:21:43 +0200 |
commit | 50036c30df83b609bc5a95276f1287f8b9b8bdd6 (patch) | |
tree | 207db6d21787eaf97de13735912649eb7a3bdb86 /tests | |
parent | 60d4c6ff76467d4d8f55c1cc61ab6c618e8ea2f3 (diff) | |
download | ffmpeg-streaming-50036c30df83b609bc5a95276f1287f8b9b8bdd6.zip ffmpeg-streaming-50036c30df83b609bc5a95276f1287f8b9b8bdd6.tar.gz |
fate: Use bitexact conversions in the dpxparser test
This fixes fate on e.g. ppc.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/image.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/image.mak b/tests/fate/image.mak index 3864896..3d8f6a8 100644 --- a/tests/fate/image.mak +++ b/tests/fate/image.mak @@ -34,7 +34,7 @@ FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, DPX) += fate-dpx fate-dpx: CMD = framecrc -i $(TARGET_SAMPLES)/dpx/lighthouse_rgb48.dpx FATE_SAMPLES_AVCONV-$(call PARSERDEMDEC, DPX, IMAGE2PIPE, DPX) += fate-dpxparser -fate-dpxparser: CMD = framecrc -f image2pipe -i $(TARGET_SAMPLES)/dpx/libav_4x_concat.dpx +fate-dpxparser: CMD = framecrc -f image2pipe -i $(TARGET_SAMPLES)/dpx/libav_4x_concat.dpx -sws_flags +accurate_rnd+bitexact FATE_EXR += fate-exr-slice-raw fate-exr-slice-raw: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgba_slice_raw.exr -pix_fmt rgba64le |