Change #263547
| Category | ffmpeg |
| Changed by | Dana Feng <danafeng@berkeley.edu> |
| Changed at | Sun 05 Apr 2026 02:26:55 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 31a711aa6818619cc79a6416228ec023ecd90643 |
Comments
vf_mpdecimate: Add comprehensive tests for keep and max options Add tests for the mpdecimate filter to verify correct behavior: - fate-filter-mpdecimate-keep: tests keep=3 option - fate-filter-mpdecimate-keep1: tests keep=1 option - fate-filter-mpdecimate-maxdrop-pos: tests max=3 (positive) option - fate-filter-mpdecimate-maxdrop-neg: tests max=-3 (negative) option Signed-off-by: Dana Feng <danaf@twosigma.com>
Changed files
- tests/fate/filter-video.mak
- tests/ref/fate/filter-mpdecimate-keep
- tests/ref/fate/filter-mpdecimate-keep1
- tests/ref/fate/filter-mpdecimate-maxdrop-neg
- tests/ref/fate/filter-mpdecimate-maxdrop-pos