aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/force_key_frames-source-drop
Commit message (Collapse)AuthorAgeFilesLines
* avformat/framecrcenc: List types and checksums for for side dataMichael Niedermayer2025-06-071-17/+17
| | | | | | | This allows detecting changes and regressions in side data related code, same as what framecrc does for before already for packet data itself. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fftools/ffmpeg_enc: merge -force_key_frames source/source_no_dropAnton Khirnov2023-10-101-11/+11
| | | | | | | Always use the functionality of the latter, which makes more sense as it avoids losing keyframes due to vsync code dropping frames. Deprecate the 'source_no_drop' value, as it is now redundant.
* tests/fate/ffmpeg: add tests for -force_key_frames sourceAnton Khirnov2023-10-101-0/+22