Commit 8663440d authored by stefano's avatar stefano

Prefer -vcodec rawvideo over -vcodec huffyuv for lavfi regression

tests, as the use of huffyuv may cause the auto-insertion of a scale
filter, thus masking the mis-behavior of some filter.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20088 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 721b1ace
......@@ -668,7 +668,7 @@ do_lavfi() {
vfilters=$2
if [ -n "$test" ] ; then
do_video_encoding ${test_name}.avi "-qscale 10" "-vcodec huffyuv -vfilters $vfilters"
do_video_encoding ${test_name}.avi "" "-vcodec rawvideo -vfilters $vfilters"
fi
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment