[FFmpeg-cvslog] fate: Add vorbiscomment cover art test

James Almer git at videolan.org
Mon Aug 5 10:53:08 CEST 2013


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri Jul 26 02:56:19 2013 -0300| [1ca3902726fb8c1398ab00d146ebe3e2f31b76e6] | committer: Michael Niedermayer

fate: Add vorbiscomment cover art test

Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 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 15745be..9d748ee 100644
--- a/tests/fate/cover-art.mak
+++ b/tests/fate/cover-art.mak
@@ -26,6 +26,10 @@ FATE_COVER_ART-$(CONFIG_WV_DEMUXER) += fate-cover-art-wv
 fate-cover-art-wv: CMD = md5 -i $(TARGET_SAMPLES)/cover_art/luckynight_cover.wv -an -c:v copy -f rawvideo
 fate-cover-art-wv: REF = 45333c983c45af54449dff10af144317
 
+FATE_COVER_ART-$(CONFIG_OGG_DEMUXER) += fate-cover-art-ogg
+fate-cover-art-ogg: CMD = md5 -i $(TARGET_SAMPLES)/cover_art/ogg_vorbiscomment_cover.opus -map 0:v -c:v copy -f rawvideo
+fate-cover-art-ogg: REF = 7f117e073620eabb4ed02680cf70af41
+
 FATE_COVER_ART = $(FATE_COVER_ART-yes)
 
 $(FATE_COVER_ART): CMP = oneline



More information about the ffmpeg-cvslog mailing list