On Mon, 18 Nov 2013 14:44:37 +0100, Vittorio Giovara <[email protected]> wrote: > --- > tests/fate/filter-video.mak | 3 +++ > tests/ref/fate/filter-select | 26 ++++++++++++++++++++++++++ > 2 files changed, 29 insertions(+) > create mode 100644 tests/ref/fate/filter-select > > diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak > index beaaecb..921e129 100644 > --- a/tests/fate/filter-video.mak > +++ b/tests/fate/filter-video.mak > @@ -47,6 +47,9 @@ FATE_FILTER_VSYNTH-$(call ALLYES, SETPTS_FILTER > SETTB_FILTER) += fate-filter-se > fate-filter-setpts: tests/data/filtergraphs/setpts > fate-filter-setpts: CMD = framecrc -c:v pgmyuv -i $(SRC) -filter_script > $(TARGET_PATH)/tests/data/filtergraphs/setpts > > +FATE_FILTER_VSYNTH-$(CONFIG_SELECT_FILTER) += fate-filter-select > +fate-filter-select: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf > select="not(mod(n\,2))"
I have a feeling this backslash can trigger all kinds of fun. Use -filter_script, it was created mainly for this purpose. Also, I'd give this test a more specific name, as we'll probably want to add more tests to test this filter thoroughly. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
