Skip to content
Snippets Groups Projects
Commit 57182b9f authored by Reimar Döffinger's avatar Reimar Döffinger
Browse files

lavf-fate-ogg_vp3: Try -idct auto instead of -idct simple.


-idct simple for some reason results in different results on
different systems.

Signed-off-by: default avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
parent 76cc0992
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,8 @@ do_lavf mkv "-acodec mp2 -ab 64k -vcodec mpeg4"
fi
if [ -n "$do_ogg_vp3" ] ; then
# -idct simple causes different results on different systems
DEC_OPTS="$DEC_OPTS -idct auto"
do_lavf_fate ogg "vp3/coeff_level64.mkv"
fi
......
adbe6c30bdfe934dc5ae397f4db2960d *./tests/data/lavf-fate/lavf.ogg
417644 ./tests/data/lavf-fate/lavf.ogg
./tests/data/lavf-fate/lavf.ogg CRC=0x45a9df79
./tests/data/lavf-fate/lavf.ogg CRC=0x037e3e79
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment