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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".