On Wed, Oct 02, 2013 at 07:22:25PM +0200, Anton Khirnov wrote: > --- a/tests/fate/libavresample.mak > +++ b/tests/fate/libavresample.mak > @@ -19,5 +19,27 @@ $(eval $(call MIX_FMT,flt,fltp)) > +define RESAMPLE_FMT > +$(foreach I,$(SAMPLERATES),$(foreach J,$(SAMPLERATES),$(if $(filter-out > $(I),$(J)),$(eval $(call RESAMPLE,$(I),$(J),$(1),$(2))),))) > +endef
This duplicates some code, let me think about it for a day or two. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
