diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-07-08 19:30:37 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-08 19:44:27 +0200 |
commit | 7dee9c22686fab4539328eb433f7e7af50217439 (patch) | |
tree | 11a8284a9847c5a68c7436bb4796a984d7b4fe49 /tests/fate | |
parent | 19c8f2271423281c9b876b984076a6467c455904 (diff) | |
download | ffmpeg-streaming-7dee9c22686fab4539328eb433f7e7af50217439.zip ffmpeg-streaming-7dee9c22686fab4539328eb433f7e7af50217439.tar.gz |
tests/fate/filter-audio: update asyncts reference
The new reference matches the one used by qatar
Fixes: fate-filter-asyncts
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/filter-audio.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/filter-audio.mak b/tests/fate/filter-audio.mak index 944af75..a76d3a4 100644 --- a/tests/fate/filter-audio.mak +++ b/tests/fate/filter-audio.mak @@ -23,7 +23,7 @@ FATE_AFILTER-$(call FILTERDEMDECMUX, ASYNCTS, FLV, NELLYMOSER, PCM_S16LE) += fat fate-filter-asyncts: SRC = $(TARGET_SAMPLES)/nellymoser/nellymoser-discont.flv fate-filter-asyncts: CMD = pcm -analyzeduration 10000000 -i $(SRC) -af asyncts fate-filter-asyncts: CMP = oneoff -fate-filter-asyncts: REF = $(SAMPLES)/nellymoser/nellymoser-discont-async-v2.pcm +fate-filter-asyncts: REF = $(SAMPLES)/nellymoser/nellymoser-discont-async-v3.pcm FATE_FILTER-$(CONFIG_ARESAMPLE_FILTER) += fate-filter-aresample fate-filter-aresample: SRC = $(SAMPLES)/nellymoser/nellymoser-discont.flv |