[FFmpeg-cvslog] FATE: add a test for apetag cover art

Anton Khirnov git at videolan.org
Wed Jul 4 21:09:47 CEST 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Fri Jun 22 13:16:18 2012 +0200| [8059d3b7d41101930a4822cd85febdd811edea5b] | committer: Anton Khirnov

FATE: add a test for apetag cover art

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8059d3b7d41101930a4822cd85febdd811edea5b
---

 tests/fate/cover-art.mak |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tests/fate/cover-art.mak b/tests/fate/cover-art.mak
index ae3d1cd..cb06430 100644
--- a/tests/fate/cover-art.mak
+++ b/tests/fate/cover-art.mak
@@ -1,7 +1,15 @@
+FATE_COVER_ART += fate-cover-art-ape
+fate-cover-art-ape: CMD = md5 -i $(SAMPLES)/cover_art/luckynight_cover.ape -an -c:v copy -f rawvideo
+fate-cover-art-ape: REF = 45333c983c45af54449dff10af144317
+
 FATE_COVER_ART += fate-cover-art-m4a
 fate-cover-art-m4a: CMD = md5 -i $(SAMPLES)/cover_art/Owner-iTunes_9.0.3.15.m4a -an -c:v copy -f rawvideo
 fate-cover-art-m4a: REF = 08ba70a3b594ff6345a93965e96a9d3e
 
+FATE_COVER_ART += fate-cover-art-wv
+fate-cover-art-wv: CMD = md5 -i $(SAMPLES)/cover_art/luckynight_cover.wv -an -c:v copy -f rawvideo
+fate-cover-art-wv: REF = 45333c983c45af54449dff10af144317
+
 $(FATE_COVER_ART): CMP = oneline
 FATE_SAMPLES_AVCONV += $(FATE_COVER_ART)
 fate-cover-art: $(FATE_COVER_ART)



More information about the ffmpeg-cvslog mailing list