Module: libav Branch: master Commit: 6aa6e3e814ce1023844f916309f6091f231346fd
Author: Derek Buitenhuis <[email protected]> Committer: Justin Ruggles <[email protected]> Date: Thu Mar 1 19:48:26 2012 -0500 fate: Add sunrast regression test Signed-off-by: Derek Buitenhuis <[email protected]> Signed-off-by: Justin Ruggles <[email protected]> --- tests/lavf-regression.sh | 4 ++++ tests/ref/lavf/sunrast | 3 +++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index 0041840..49d2dfc 100755 --- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -183,6 +183,10 @@ if [ -n "$do_dpx" ] ; then do_image_formats dpx fi +if [ -n "$do_sunrast" ] ; then +do_image_formats sun +fi + # audio only if [ -n "$do_wav" ] ; then diff --git a/tests/ref/lavf/sunrast b/tests/ref/lavf/sunrast new file mode 100644 index 0000000..4db0505 --- /dev/null +++ b/tests/ref/lavf/sunrast @@ -0,0 +1,3 @@ +07518bcb0841bc677ce6aea8464ea240 *./tests/data/images/sun/02.sun +./tests/data/images/sun/%02d.sun CRC=0xe6c71946 +304123 ./tests/data/images/sun/02.sun _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
