diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-03-13 11:03:08 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-28 08:01:46 +0100 |
commit | ea290d919a52f0f8c7e30d69328bb011ed13f61a (patch) | |
tree | db23369a737efa90ac5a873aa9ea988a4e6b6933 /tests/filtergraphs/setpts | |
parent | 71f3ede24e8c2fe53dcbd8faba1cc27e5075c67a (diff) | |
download | ffmpeg-streaming-ea290d919a52f0f8c7e30d69328bb011ed13f61a.zip ffmpeg-streaming-ea290d919a52f0f8c7e30d69328bb011ed13f61a.tar.gz |
FATE: add a test for the setpts filter
Diffstat (limited to 'tests/filtergraphs/setpts')
-rw-r--r-- | tests/filtergraphs/setpts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/filtergraphs/setpts b/tests/filtergraphs/setpts new file mode 100644 index 0000000..79037d1 --- /dev/null +++ b/tests/filtergraphs/setpts @@ -0,0 +1,2 @@ +settb=1/1000, +setpts=1/(35*TB) * (N + 0.05 * sin(N*2*PI/25)) |