diff options
Diffstat (limited to 'tests/lavf-regression.sh')
-rwxr-xr-x | tests/lavf-regression.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index bedeb8988a..a219488935 100755 --- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -165,6 +165,12 @@ DEC_OPTS="$DEC_OPTS -idct auto" do_lavf_fate ogg "vp3/coeff_level64.mkv" fi +if [ -n "$do_mov_qtrle_mace6" ] ; then +DEC_OPTS="$DEC_OPTS -idct auto" +do_lavf_fate mov "qtrle/Animation-16Greys.mov" +fi + + if [ -n "$do_wtv" ] ; then do_lavf wtv "" "-acodec mp2 -threads 1" fi |