[FFmpeg-devel] [PATCH 3/3] avfilter/vf_fps: add option to change way how frames are duplicated

Moritz Barsnick barsnick at gmx.net
Wed Oct 30 11:05:38 EET 2019


On Tue, Oct 29, 2019 at 18:00:57 +0100, Paul B Mahol wrote:
>      { "input", "use input framerate if available", OFFSET(input), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, V|F },
> +    { "frames", "set rounding method for frames", OFFSET(frames_rounding), AV_OPT_TYPE_INT, { .i64 = AV_ROUND_DOWN }, 0, 5, V|F, "round" },
>      { NULL }

You forgot to add the corresponding option flags here.

Moritz


More information about the ffmpeg-devel mailing list