]> git.sesse.net Git - ffmpeg/commit
lavfi/vf_fps: allow to set the rounding method.
authorNicolas George <nicolas.george@normalesup.org>
Thu, 25 Oct 2012 15:58:08 +0000 (17:58 +0200)
committerNicolas George <nicolas.george@normalesup.org>
Thu, 25 Oct 2012 17:42:44 +0000 (19:42 +0200)
commit77a72d348519584bac1499210619ea38adead130
tree807436b8bbfbd2c6c3ccd1a3e25ab95b9cf757aa
parentcc72d52dc1edc2224ba1c1db777f8efa614f0cbb
lavfi/vf_fps: allow to set the rounding method.

By default, fps selects frames near PTS 0, 0.5, 1.5, 2.5, etc.
With round=down, it selects the frames near PTS 0, 1, 2, 3, etc.
doc/filters.texi
libavfilter/vf_fps.c