ping, please help push it or comments for further changes. On Tue, Sep 24, 2019 at 06:18:07PM +0800, [email protected] wrote: > From: Limin Wang <[email protected]> > > Reviewed-by: Paul B Mahol <[email protected]> > Signed-off-by: Limin Wang <[email protected]> > --- > libavfilter/vf_framerate.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavfilter/vf_framerate.c b/libavfilter/vf_framerate.c > index 06e463e4d7..a5dad3c769 100644 > --- a/libavfilter/vf_framerate.c > +++ b/libavfilter/vf_framerate.c > @@ -51,7 +51,7 @@ static const AVOption framerate_options[] = { > > {"interp_start", "point to start linear interpolation", > OFFSET(interp_start), AV_OPT_TYPE_INT, {.i64=15}, 0, > 255, V|F }, > {"interp_end", "point to end linear interpolation", > OFFSET(interp_end), AV_OPT_TYPE_INT, {.i64=240}, 0, > 255, V|F }, > - {"scene", "scene change level", > OFFSET(scene_score), AV_OPT_TYPE_DOUBLE, {.dbl=8.2}, 0, > INT_MAX, V|F }, > + {"scene", "scene change level", > OFFSET(scene_score), AV_OPT_TYPE_DOUBLE, {.dbl=8.2}, 0, > 100., V|F }, > > {"flags", "set flags", > OFFSET(flags), AV_OPT_TYPE_FLAGS, {.i64=1}, 0, > INT_MAX, V|F, "flags" }, > {"scene_change_detect", "enable scene change detection", 0, > AV_OPT_TYPE_CONST, {.i64=FRAMERATE_FLAG_SCD}, INT_MIN, > INT_MAX, V|F, "flags" }, > -- > 2.21.0 > _______________________________________________ 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".
