diff options
author | Matthieu Bouron <matthieu.bouron@stupeflix.com> | 2015-11-25 10:30:15 +0100 |
---|---|---|
committer | Matthieu Bouron <matthieu.bouron@stupeflix.com> | 2015-11-26 17:05:54 +0100 |
commit | 39290f271550c762cb4553e7c8405d344d630d36 (patch) | |
tree | 422b673137a7789d49d7f5154038827a9ff093c3 /tests/fate | |
parent | 74b79dcf510b1897ba0d87415e4bac33ca11c024 (diff) | |
download | ffmpeg-streaming-39290f271550c762cb4553e7c8405d344d630d36.zip ffmpeg-streaming-39290f271550c762cb4553e7c8405d344d630d36.tar.gz |
fate: add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM tests
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/api.mak | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/fate/api.mak b/tests/fate/api.mak index 1d18653..325f64a 100644 --- a/tests/fate/api.mak +++ b/tests/fate/api.mak @@ -20,6 +20,14 @@ fate-api-seek: CMD = run $(APITESTSDIR)/api-seek-test $(TARGET_PATH)/tests/data/ fate-api-seek: CMP = null fate-api-seek: REF = /dev/null +FATE_API_SAMPLES_LIBAVFORMAT-yes += fate-api-png-codec-param +fate-api-png-codec-param: $(APITESTSDIR)/api-codec-param-test$(EXESUF) +fate-api-png-codec-param: CMD = run $(APITESTSDIR)/api-codec-param-test $(TARGET_SAMPLES)/png1/lena-rgba.png + +FATE_API_SAMPLES_LIBAVFORMAT-yes += fate-api-jpeg-codec-param +fate-api-jpeg-codec-param: $(APITESTSDIR)/api-codec-param-test$(EXESUF) +fate-api-jpeg-codec-param: CMD = run $(APITESTSDIR)/api-codec-param-test $(TARGET_SAMPLES)/exif/image_small.jpg + FATE_API_SAMPLES-$(CONFIG_AVFORMAT) += $(FATE_API_SAMPLES_LIBAVFORMAT-yes) ifdef SAMPLES |