On 2014-09-24 14:20:09 -0700, Diego Biurrun wrote: > From: Katerina Barone-Adesi <[email protected]> > > The decoder is float-based and the test needs to allow for some fuzz. > > Signed-off-by: Diego Biurrun <[email protected]> > --- > > Now removes the obsoleted framecrc reference file. > > tests/fate/real.mak | 4 ++- > tests/ref/fate/ra4-288 | 73 > -------------------------------------------------- > 2 files changed, 3 insertions(+), 74 deletions(-) > delete mode 100644 tests/ref/fate/ra4-288 > > diff --git a/tests/fate/real.mak b/tests/fate/real.mak > index 2ad974c..f119ce9 100644 > --- a/tests/fate/real.mak > +++ b/tests/fate/real.mak > @@ -2,7 +2,9 @@ FATE_REALAUDIO-$(call DEMDEC, RM, RA_144) += fate-ra3-144 > fate-ra3-144: CMD = framecrc -i $(TARGET_SAMPLES)/realaudio/ra3.ra > > FATE_REALAUDIO-$(call DEMDEC, RM, RA_288) += fate-ra4-288 > -fate-ra4-288: CMD = framecrc -i $(TARGET_SAMPLES)/realaudio/ra4-288.ra > +fate-ra4-288: CMD = pcm -i $(TARGET_SAMPLES)/realaudio/ra4_288.ra > +fate-ra4-288: REF = $(SAMPLES)/realaudio/ra4_288.pcm > +fate-ra4-288: CMP = oneoff
ok, although there was no need to rename the sample. Please try to catch incosistent sample names before the samples are uploaded. Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
