On 7/2/2016 11:12 AM, Martin Vignali wrote: > Hello, > > In attach patch to add test for apng decoding > > based on these samples : http://littlesvr.ca/apng/samples.html > > can also be found here : https://we.tl/FNVAVl5dQs > > and need to be put inside ./fate-suite/apng (folder doesn't exist) > > > Martin > > > 0001-fate-apng-add-test-for-apng-decoding.patch > > > From c7f7f7e945f5a1ffed76fe4e3f6a53523f1a2ba4 Mon Sep 17 00:00:00 2001 > From: Martin Vignali <[email protected]> > Date: Sat, 2 Jul 2016 16:08:55 +0200 > Subject: [PATCH] fate/apng : add test for apng decoding > > --- > tests/Makefile | 1 + > tests/ref/fate/apng-clock | 45 > +++++++++++++++++++++++++++++++++++++++++++++ > tests/ref/fate/apng-osample | 11 +++++++++++ > 3 files changed, 57 insertions(+) > create mode 100644 tests/ref/fate/apng-clock > create mode 100644 tests/ref/fate/apng-osample > > diff --git a/tests/Makefile b/tests/Makefile > index 019203c..895944d 100644 > --- a/tests/Makefile > +++ b/tests/Makefile > @@ -109,6 +109,7 @@ include $(SRC_PATH)/tests/fate/als.mak > include $(SRC_PATH)/tests/fate/amrnb.mak > include $(SRC_PATH)/tests/fate/amrwb.mak > include $(SRC_PATH)/tests/fate/api.mak > +include $(SRC_PATH)/tests/fate/apng.mak
You forgot to git add this file. _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
