[FFmpeg-devel] [PATCH v2 0/3] libavfilter/vf_fps: Rewrite using activate callback
Calvin Walton
calvin.walton at kepstin.ca
Tue Feb 20 02:54:34 EET 2018
Second revision of the patch set, incorporating feedback from Nicolas
George.
This also fixes the start_time option, which didn't work at all in the
v1 patch set. I've added some tests based on the behaviour of the old
version of the filter, and adapted the new version to pass them.
The third patch just has some formatting fixes to make the config_props
function easier to read.
Calvin Walton (3):
libavfilter/vf_fps: Add tests for start_time option
libavfilter/vf_fps: Rewrite using activate callback
libavfilter/vf_fps: Minor cleanups
libavfilter/vf_fps.c | 391 ++++++++++++++++++-----------------
tests/fate/filter-video.mak | 4 +-
tests/ref/fate/filter-fps-start-drop | 11 +
tests/ref/fate/filter-fps-start-fill | 11 +
4 files changed, 227 insertions(+), 190 deletions(-)
create mode 100644 tests/ref/fate/filter-fps-start-drop
create mode 100644 tests/ref/fate/filter-fps-start-fill
--
2.16.1
More information about the ffmpeg-devel
mailing list