diff options
author | Rafaël Carré <funman@videolan.org> | 2019-01-10 12:00:27 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-01-14 17:16:55 +0100 |
commit | 75ea329b78f40537864e2ca2833c087c20041181 (patch) | |
tree | 75dbef4e52562db4eac7760df42b05a34ac42aa8 /tests/fate/api.mak | |
parent | fc6e53b0b662c60560dff75cc93248f72d0faf8a (diff) | |
download | ffmpeg-75ea329b78f40537864e2ca2833c087c20041181.tar.gz |
api-h264-slice-test: fix arguments and help
This program only takes 2 arguments
Remove comment that was never right
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/api.mak')
-rw-r--r-- | tests/fate/api.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/api.mak b/tests/fate/api.mak index 132c38f2c2..3714f900bd 100644 --- a/tests/fate/api.mak +++ b/tests/fate/api.mak @@ -14,7 +14,7 @@ fate-api-h264: CMD = run $(APITESTSDIR)/api-h264-test $(TARGET_SAMPLES)/h264-con FATE_API_SAMPLES_LIBAVFORMAT-$(call DEMDEC, H264, H264) += fate-api-h264-slice fate-api-h264-slice: $(APITESTSDIR)/api-h264-slice-test$(EXESUF) -fate-api-h264-slice: CMD = run $(APITESTSDIR)/api-h264-slice-test 2 $(TARGET_SAMPLES)/h264/crew_cif.nal api-h264-slice.h264 +fate-api-h264-slice: CMD = run $(APITESTSDIR)/api-h264-slice-test 2 $(TARGET_SAMPLES)/h264/crew_cif.nal FATE_API_LIBAVFORMAT-$(call DEMDEC, FLV, FLV) += fate-api-seek fate-api-seek: $(APITESTSDIR)/api-seek-test$(EXESUF) fate-lavf-flv_fmt |