diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2013-11-17 17:22:56 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2013-11-21 13:01:00 +0100 |
commit | 874838dc6589d978611c89a40694a5074f892a76 (patch) | |
tree | b67cecb64b83a8d13c9eb228e3f9ef200258f9b2 /tests/filtergraphs | |
parent | 305d3d9f1f7f0bdc18744f376a0ff5b012e4e6cf (diff) | |
download | ffmpeg-874838dc6589d978611c89a40694a5074f892a76.tar.gz |
fate: add one select filter test
This test selects alternate frames from input.
Diffstat (limited to 'tests/filtergraphs')
-rw-r--r-- | tests/filtergraphs/select-alternate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/filtergraphs/select-alternate b/tests/filtergraphs/select-alternate new file mode 100644 index 0000000000..1302e4243f --- /dev/null +++ b/tests/filtergraphs/select-alternate @@ -0,0 +1 @@ +select=not(mod(n\,2)) |