[FFmpeg-cvslog] fate: rename psx-str-v3-mdec to mdec-v3
Mans Rullgard
git at videolan.org
Wed May 16 22:35:59 CEST 2012
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Mon May 14 16:44:15 2012 +0100| [6d042f7989509aa2d2d223d41c73092f476f4c9b] | committer: Mans Rullgard
fate: rename psx-str-v3-mdec to mdec-v3
This name better reflects that it is v3 of mdec that is tested.
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6d042f7989509aa2d2d223d41c73092f476f4c9b
---
tests/fate/demux.mak | 3 ---
tests/fate/video.mak | 3 +++
tests/ref/fate/{psx-str-v3-mdec => mdec-v3} | 0
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/fate/demux.mak b/tests/fate/demux.mak
index 66cd0e9..fd317b7 100644
--- a/tests/fate/demux.mak
+++ b/tests/fate/demux.mak
@@ -43,9 +43,6 @@ fate-oma-demux: CMD = crc -i $(SAMPLES)/oma/01-Untitled-partial.oma -acodec copy
FATE_AVCONV += fate-psx-str-demux
fate-psx-str-demux: CMD = framecrc -i $(SAMPLES)/psx-str/descent-partial.str -c copy
-FATE_AVCONV += fate-psx-str-v3-mdec
-fate-psx-str-v3-mdec: CMD = framecrc -i $(SAMPLES)/psx-str/abc000_cut.str -an
-
FATE_AVCONV += fate-pva-demux
fate-pva-demux: CMD = framecrc -idct simple -i $(SAMPLES)/pva/PVA_test-partial.pva -t 0.6 -acodec copy -vn
diff --git a/tests/fate/video.mak b/tests/fate/video.mak
index 0f4219d..405c651 100644
--- a/tests/fate/video.mak
+++ b/tests/fate/video.mak
@@ -148,6 +148,9 @@ fate-kmvc: CMD = framecrc -i $(SAMPLES)/KMVC/LOGO1.AVI -an -t 3 -pix_fmt rgb24
FATE_AVCONV += fate-mdec
fate-mdec: CMD = framecrc -idct simple -i $(SAMPLES)/ea-dct/NFS2Esprit-partial.dct -an
+FATE_AVCONV += fate-mdec-v3
+fate-mdec-v3: CMD = framecrc -idct simple -i $(SAMPLES)/psx-str/abc000_cut.str -an
+
FATE_AVCONV += fate-mimic
fate-mimic: CMD = framecrc -idct simple -i $(SAMPLES)/mimic/mimic2-womanloveffmpeg.cam
diff --git a/tests/ref/fate/psx-str-v3-mdec b/tests/ref/fate/mdec-v3
similarity index 100%
rename from tests/ref/fate/psx-str-v3-mdec
rename to tests/ref/fate/mdec-v3
More information about the ffmpeg-cvslog
mailing list