[FFmpeg-cvslog] FATE: add a test for itunes 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 07:24:45 2012 +0200| [bf2a7f9161ee76724d120a88a5a6aafad9a1ba1c] | committer: Anton Khirnov

FATE: add a test for itunes cover art.

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

 tests/Makefile           |    1 +
 tests/fate/cover-art.mak |    7 +++++++
 2 files changed, 8 insertions(+)

diff --git a/tests/Makefile b/tests/Makefile
index 12928c7..6fe4ed3 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -36,6 +36,7 @@ include $(SRC_PATH)/tests/fate/atrac.mak
 include $(SRC_PATH)/tests/fate/audio.mak
 include $(SRC_PATH)/tests/fate/bmp.mak
 include $(SRC_PATH)/tests/fate/cdxl.mak
+include $(SRC_PATH)/tests/fate/cover-art.mak
 include $(SRC_PATH)/tests/fate/dct.mak
 include $(SRC_PATH)/tests/fate/demux.mak
 include $(SRC_PATH)/tests/fate/dfa.mak
diff --git a/tests/fate/cover-art.mak b/tests/fate/cover-art.mak
new file mode 100644
index 0000000..ae3d1cd
--- /dev/null
+++ b/tests/fate/cover-art.mak
@@ -0,0 +1,7 @@
+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): CMP = oneline
+FATE_SAMPLES_AVCONV += $(FATE_COVER_ART)
+fate-cover-art: $(FATE_COVER_ART)



More information about the ffmpeg-cvslog mailing list