Hi, On Thu, Dec 29, 2011 at 10:39 AM, Aneesh Dogra <[email protected]> wrote: > --- > tests/fate.mak | 4 ++-- > tests/fate2.mak | 3 +++ > tests/ref/fate/dpcm_xan_audio | 1 + > tests/ref/fate/xxan_wc4_video | 10 ++++++++++ > 4 files changed, 16 insertions(+), 2 deletions(-) > create mode 100644 tests/ref/fate/dpcm_xan_audio > create mode 100644 tests/ref/fate/xxan_wc4_video > > 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/dpcm_xan_audio b/tests/ref/fate/dpcm_xan_audio > new file mode 100644 > index 0000000..cb56677 > --- /dev/null > +++ b/tests/ref/fate/dpcm_xan_audio > @@ -0,0 +1 @@ > +b6da857766896ab10bb900004f915053 > 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
You didn't remove the old ref file. Otherwise OK. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
