git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fate: add qtrle/mace6 stream copy test
[ffmpeg.git]
/
tests
/
lavf-regression.sh
diff --git
a/tests/lavf-regression.sh
b/tests/lavf-regression.sh
index
bedeb89
..
a219488
100755
(executable)
--- 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