mirror of https://git.ffmpeg.org/ffmpeg.git
fate/pixfmt: disable dithering in the scale filter
Should fix fate failures across different systems. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
733d891bdf
commit
3330b733d3
|
@ -513,7 +513,7 @@ pixfmt_conversion_ext(){
|
|||
outdir="tests/data/pixfmt"
|
||||
file=${outdir}/${color_range}-${conversion}.yuv
|
||||
cleanfiles="$cleanfiles $file"
|
||||
do_avconv $file $DEC_OPTS -lavfi ${prefix}testsrc=s=352x288,format=${color_range},scale=flags=$SCALE_FLAGS,format=$conversion \
|
||||
do_avconv $file $DEC_OPTS -lavfi ${prefix}testsrc=s=352x288,format=${color_range},scale=flags=$SCALE_FLAGS:sws_dither=none,format=$conversion \
|
||||
$ENC_OPTS -t 1 -f rawvideo -s 352x288 -pix_fmt ${color_range}${suffix} -color_range mpeg
|
||||
}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
67d5749f3b40b343008f9a62db1b2abd *tests/data/pixfmt/yuv444p10-yuv444p.yuv
|
||||
1b783c5b90f43945b91b0b5be254aded *tests/data/pixfmt/yuv444p10-yuv444p.yuv
|
||||
15206400 tests/data/pixfmt/yuv444p10-yuv444p.yuv
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
1ece60e7894b113b09c86575c66a2ec8 *tests/data/pixfmt/yuv444p12-yuv444p.yuv
|
||||
9339fb7fd327f4131639c3b718eeccce *tests/data/pixfmt/yuv444p12-yuv444p.yuv
|
||||
15206400 tests/data/pixfmt/yuv444p12-yuv444p.yuv
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
284113a13f5c2378e87ff5e53aff23cb *tests/data/pixfmt/yuv444p12-yuv444p10be.yuv
|
||||
6f9fb7022d197765457c7a39645d8a3f *tests/data/pixfmt/yuv444p12-yuv444p10be.yuv
|
||||
15206400 tests/data/pixfmt/yuv444p12-yuv444p10be.yuv
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
284113a13f5c2378e87ff5e53aff23cb *tests/data/pixfmt/yuv444p12-yuv444p10le.yuv
|
||||
6f9fb7022d197765457c7a39645d8a3f *tests/data/pixfmt/yuv444p12-yuv444p10le.yuv
|
||||
15206400 tests/data/pixfmt/yuv444p12-yuv444p10le.yuv
|
||||
|
|
Loading…
Reference in New Issue