On 10/30/19, Moritz Barsnick <[email protected]> wrote: > 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.
No I have not. Today is good day for you because you will learn that that options values will be used from previous occurrence. Otherwise both options would get duplicated values listed. > > Moritz > _______________________________________________ > ffmpeg-devel mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
