mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-28 13:40:55 +00:00
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
This commit is contained in:
parent
a392f82a3a
commit
e935fa9e17
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user