]> git.sesse.net Git - ffmpeg/blobdiff - tests/fate/opus.mak
avfilter/transform: Stop exporting internal functions
[ffmpeg] / tests / fate / opus.mak
index c50d88f5e9ae38a77138eb0e41d0bfcc84d0a35f..cf8eeb555d480191f025f12b5697c7f6cbd64442 100644 (file)
@@ -10,7 +10,7 @@ OPUS_SAMPLES        = $(addprefix testvector, 07 08 09 10 12)
 define FATE_OPUS_TEST
 FATE_OPUS     += fate-opus-$(1)
 FATE_OPUS$(2) += fate-opus-$(1)
-fate-opus-$(1): CMD = ffmpeg -i $(TARGET_SAMPLES)/opus/$(1).mka -f s16le -
+fate-opus-$(1): CMD = ffmpeg -i $(TARGET_SAMPLES)/opus/$(1).mka -f s16le -af aresample -
 fate-opus-$(1): REF = $(SAMPLES)/opus/$(1)$(2).dec
 endef