--- tests/fate/cover_art.mak | 6 ++++++ tests/ref/fate/cover_art-ape | 1 + tests/ref/fate/cover_art-wv | 1 + 3 files changed, 8 insertions(+) create mode 100644 tests/ref/fate/cover_art-ape create mode 100644 tests/ref/fate/cover_art-wv
diff --git a/tests/fate/cover_art.mak b/tests/fate/cover_art.mak index 70c8f51..c06d1a7 100644 --- a/tests/fate/cover_art.mak +++ b/tests/fate/cover_art.mak @@ -1,5 +1,11 @@ +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 += 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 += fate-cover_art-wv +fate-cover_art-wv: CMD = md5 -i $(SAMPLES)/cover_art/luckynight_cover.wv -an -c:v copy -f rawvideo + FATE_SAMPLES_AVCONV += $(FATE_COVER_ART) fate-cover_art: $(FATE_COVER_ART) diff --git a/tests/ref/fate/cover_art-ape b/tests/ref/fate/cover_art-ape new file mode 100644 index 0000000..642bfb6 --- /dev/null +++ b/tests/ref/fate/cover_art-ape @@ -0,0 +1 @@ +45333c983c45af54449dff10af144317 diff --git a/tests/ref/fate/cover_art-wv b/tests/ref/fate/cover_art-wv new file mode 100644 index 0000000..642bfb6 --- /dev/null +++ b/tests/ref/fate/cover_art-wv @@ -0,0 +1 @@ +45333c983c45af54449dff10af144317 -- 1.7.10 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
