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

Anton Khirnov git at videolan.org
Sat Jul 21 04:53:08 CEST 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Jul  4 10:46:10 2012 +0200| [5eb9c495af75721dd5e401ab3aacf316d2f25433] | committer: Anton Khirnov

FATE: add a test for flac cover art.

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

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

diff --git a/tests/fate/cover-art.mak b/tests/fate/cover-art.mak
index f35e9bb..dadfcd8 100644
--- a/tests/fate/cover-art.mak
+++ b/tests/fate/cover-art.mak
@@ -2,6 +2,10 @@ 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-flac
+fate-cover-art-flac: CMD = md5 -i $(SAMPLES)/cover_art/cover_art.flac -an -c:v copy -f rawvideo
+fate-cover-art-flac: REF = 0de1fc6200596fa32b8f7300a14c0261
+
 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



More information about the ffmpeg-cvslog mailing list