diff options
author | Mans Rullgard <mans@mansr.com> | 2012-07-29 18:11:27 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-07-29 22:05:09 +0100 |
commit | 70c8753d33a5158950a25ff155776083749c9193 (patch) | |
tree | f2bd9dcf1b183c02367b9665a94e0d2f747d3f01 | |
parent | 9f1280def4e838802806b0762f64a3874d845fda (diff) | |
download | ffmpeg-streaming-70c8753d33a5158950a25ff155776083749c9193.zip ffmpeg-streaming-70c8753d33a5158950a25ff155776083749c9193.tar.gz |
fate: amix: specify f32 sample format for comparison
Signed-off-by: Mans Rullgard <mans@mansr.com>
-rw-r--r-- | tests/fate/filter.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fate/filter.mak b/tests/fate/filter.mak index 7c1170f..35b6558 100644 --- a/tests/fate/filter.mak +++ b/tests/fate/filter.mak @@ -16,6 +16,7 @@ $(FATE_AMIX): tests/data/asynth-44100-2.wav tests/data/asynth-44100-2-2.wav $(FATE_AMIX): SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav $(FATE_AMIX): SRC1 = $(TARGET_PATH)/tests/data/asynth-44100-2-2.wav $(FATE_AMIX): CMP = oneoff +$(FATE_AMIX): CMP_UNIT = f32 FATE_FILTER += $(FATE_AMIX) FATE_SAMPLES_AVCONV += $(FATE_AMIX) |