Skip to content
Snippets Groups Projects
Commit e935fa9e authored by Stefano Sabatini's avatar Stefano Sabatini
Browse files

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.

Originally committed as revision 20088 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a392f82a
No related branches found
No related tags found
No related merge requests found
...@@ -668,7 +668,7 @@ do_lavfi() { ...@@ -668,7 +668,7 @@ do_lavfi() {
vfilters=$2 vfilters=$2
if [ -n "$test" ] ; then 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 fi
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment