From b04c630a3dbe4ff78233a7b44da092a5fde28f69 Mon Sep 17 00:00:00 2001 From: Ludmila Glinskih Date: Wed, 24 Jun 2015 19:21:07 +0300 Subject: libavformat: Add H264 API test Result differs in pkt_duration and time_base.den for some reason. Right now it tests only one example (adjusted to match the output). Signed-off-by: Michael Niedermayer --- tests/fate/libavformat.mak | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/fate') diff --git a/tests/fate/libavformat.mak b/tests/fate/libavformat.mak index a9c02bcbaf..0e1ff62ba1 100644 --- a/tests/fate/libavformat.mak +++ b/tests/fate/libavformat.mak @@ -14,5 +14,9 @@ FATE_LIBAVFORMAT-yes += fate-url fate-url: libavformat/url-test$(EXESUF) fate-url: CMD = run libavformat/url-test +FATE_SAMPLES_AVCONV-$(call DEMDEC, H264, H264) += fate-api-h264 +fate-api-h264: libavformat/api-h264-test$(EXESUF) +fate-api-h264: CMD = run libavformat/api-h264-test $(TARGET_SAMPLES)/h264-conformance/SVA_NL2_E.264 + FATE-$(CONFIG_AVFORMAT) += $(FATE_LIBAVFORMAT-yes) fate-libavformat: $(FATE_LIBAVFORMAT) -- cgit v1.2.3