[FFmpeg-cvslog] fate: update asyncts reference
Michael Niedermayer
git at videolan.org
Fri Dec 14 19:12:06 CET 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Dec 14 18:53:38 2012 +0100| [e095c4ea6dad8d486b1ed5c1df1ad836ed6e1b9d] | committer: Michael Niedermayer
fate: update asyncts reference
We cannot update the existing file because this would break
ffmpeg 1.0, which uses it
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e095c4ea6dad8d486b1ed5c1df1ad836ed6e1b9d
---
tests/fate/filter.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/filter.mak b/tests/fate/filter.mak
index 1c0a574..53f30ce 100644
--- a/tests/fate/filter.mak
+++ b/tests/fate/filter.mak
@@ -24,7 +24,7 @@ FATE_FILTER-$(CONFIG_ASYNCTS_FILTER) += fate-filter-asyncts
fate-filter-asyncts: SRC = $(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.pcm
+fate-filter-asyncts: REF = $(SAMPLES)/nellymoser/nellymoser-discont-async-v2.pcm
FATE_FILTER-$(CONFIG_ARESAMPLE_FILTER) += fate-filter-aresample
fate-filter-aresample: SRC = $(SAMPLES)/nellymoser/nellymoser-discont.flv
More information about the ffmpeg-cvslog
mailing list