mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
fate: add XWD image regression test
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
parent
b3461c29c1
commit
7de9af65c7
@ -175,6 +175,10 @@ if [ -n "$do_pcx" ] ; then
|
||||
do_image_formats pcx
|
||||
fi
|
||||
|
||||
if [ -n "$do_xwd" ] ; then
|
||||
do_image_formats xwd
|
||||
fi
|
||||
|
||||
# audio only
|
||||
|
||||
if [ -n "$do_wav" ] ; then
|
||||
|
3
tests/ref/lavf/xwd
Normal file
3
tests/ref/lavf/xwd
Normal file
@ -0,0 +1,3 @@
|
||||
b838561f7df803ea14dd6307a9d3c5ec *./tests/data/images/xwd/02.xwd
|
||||
./tests/data/images/xwd/%02d.xwd CRC=0x69b329cd
|
||||
405615 ./tests/data/images/xwd/02.xwd
|
Loading…
Reference in New Issue
Block a user