Anton Khirnov <[email protected]> writes: > --- > tests/Makefile | 1 + > tests/fate/cover_art.mak | 5 +++++ > tests/ref/fate/cover_art-m4a | 2 ++ > 3 files changed, 8 insertions(+) > create mode 100644 tests/fate/cover_art.mak > create mode 100644 tests/ref/fate/cover_art-m4a > > diff --git a/tests/Makefile b/tests/Makefile > index 429762b..6203f48 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..40c60ef > --- /dev/null > +++ b/tests/fate/cover_art.mak > @@ -0,0 +1,5 @@ > +FATE_COVER_ART += fate-cover_art-m4a > +fate-cover_art-m4a: CMD = framecrc -i > $(SAMPLES)/cover_art/Owner-iTunes_9.0.3.15.m4a -an -c:v copy > + > +FATE_SAMPLES_AVCONV += $(FATE_COVER_ART) > +fate-cover_art: $(FATE_COVER_ART) > diff --git a/tests/ref/fate/cover_art-m4a b/tests/ref/fate/cover_art-m4a > new file mode 100644 > index 0000000..5067fdc > --- /dev/null > +++ b/tests/ref/fate/cover_art-m4a > @@ -0,0 +1,2 @@ > +#tb 0: 1/90000 > +0, 0, 0, 0, 25441, 0xe82503b0 > --
Why framecrc? -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
