diff options
author | Ludmila Glinskih <lglinskih@gmail.com> | 2015-08-24 03:11:45 +0300 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-24 03:54:55 +0200 |
commit | 4a9bc12fe74a61dc791c48464cc4ac99c5bf206f (patch) | |
tree | 3bbcda59cc5168faddb235bad094fc508b30beb0 /tests/api/Makefile | |
parent | 1bf76cd2db0aa5c140828e5fea6f34203977ba3a (diff) | |
download | ffmpeg-4a9bc12fe74a61dc791c48464cc4ac99c5bf206f.tar.gz |
fate: add api-band-test
Works only for flv, h263 and huffyuv decoders.
Makes only one pass through the file (this should be changed to two passes)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/api/Makefile')
-rw-r--r-- | tests/api/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/api/Makefile b/tests/api/Makefile index 59cbc7c6aa..27f499fd4e 100644 --- a/tests/api/Makefile +++ b/tests/api/Makefile @@ -1,6 +1,7 @@ APITESTPROGS-$(call ENCDEC, FLAC, FLAC) += api-flac APITESTPROGS-$(call DEMDEC, H264, H264) += api-h264 APITESTPROGS-yes += api-seek +APITESTPROGS-$(call DEMDEC, H263, H263) += api-band APITESTPROGS += $(APITESTPROGS-yes) APITESTOBJS := $(APITESTOBJS:%=$(APITESTSDIR)%) $(APITESTPROGS:%=$(APITESTSDIR)/%-test.o) |