Module: libav Branch: master Commit: 8ca903ebcbe437f0448e675aa0288ca35ee1d450
Author: Aneesh Dogra <[email protected]> Committer: Ronald S. Bultje <[email protected]> Date: Fri Dec 30 00:46:12 2011 +0530 fate: Add a video test for xxan decoder Signed-off-by: Ronald S. Bultje <[email protected]> --- tests/fate.mak | 4 ++-- tests/fate2.mak | 3 +++ tests/ref/fate/{xan-dpcm => dpcm_xan_audio} | 0 tests/ref/fate/xxan_wc4_video | 10 ++++++++++ 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/tests/fate.mak b/tests/fate.mak index a2c007c..0fdd668 100644 --- a/tests/fate.mak +++ b/tests/fate.mak @@ -246,5 +246,5 @@ FATE_TESTS += fate-westwood-aud fate-westwood-aud: CMD = md5 -i $(SAMPLES)/westwood-aud/excellent.aud -f s16le FATE_TESTS += fate-wnv1 fate-wnv1: CMD = framecrc -i $(SAMPLES)/wnv1/wnv1-codec.avi -an -FATE_TESTS += fate-xan-dpcm -fate-xan-dpcm: CMD = md5 -i $(SAMPLES)/wc4-xan/wc4_2.avi -vn -f s16le +FATE_TESTS += fate-dpcm_xan_audio +fate-dpcm_xan_audio: CMD = md5 -i $(SAMPLES)/wc4-xan/wc4_2.avi -vn -f s16le diff --git a/tests/fate2.mak b/tests/fate2.mak index e925278..479adf6 100644 --- a/tests/fate2.mak +++ b/tests/fate2.mak @@ -87,3 +87,6 @@ fate-v410enc: CMD = md5 -f image2 -vcodec pgmyuv -i $(TARGET_PATH)/tests/vsynth1 FATE_TESTS += fate-r210 fate-r210: CMD = framecrc -i $(SAMPLES)/r210/r210.avi -pix_fmt rgb48le + +FATE_TESTS += fate-xxan_wc4_video +fate-xxan_wc4_video: CMD = framecrc -i $(SAMPLES)/wc4-xan/wc4_2.avi -an -vframes 10 diff --git a/tests/ref/fate/xan-dpcm b/tests/ref/fate/dpcm_xan_audio similarity index 100% rename from tests/ref/fate/xan-dpcm rename to tests/ref/fate/dpcm_xan_audio diff --git a/tests/ref/fate/xxan_wc4_video b/tests/ref/fate/xxan_wc4_video new file mode 100644 index 0000000..d31fbb6 --- /dev/null +++ b/tests/ref/fate/xxan_wc4_video @@ -0,0 +1,10 @@ +0, 0, 79360, 0x877eb3ed +0, 6000, 79360, 0x9ff8707c +0, 12000, 79360, 0x144dec86 +0, 18000, 79360, 0x56d59588 +0, 24000, 79360, 0x2d20f8ce +0, 30000, 79360, 0x1a752c42 +0, 36000, 79360, 0x85705730 +0, 42000, 79360, 0xddea3741 +0, 48000, 79360, 0x46448efd +0, 54000, 79360, 0x27186e2b _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
