summaryrefslogtreecommitdiff
path: root/libavfilter/vf_framestep.c
Commit message (Collapse)AuthorAge
* vf_framestep: fix uninitilaized variable bugMichael Niedermayer2012-08-30
| | | | | Found-by: gcc Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: add framestep filterStefano Sabatini2012-08-18
This filter is inspired upon libmpcodecs/vf_framestep.c, by Daniele Forghieri. Only-keyframe output is not supported, since that feature can be achieved through the more versatile select filter.