[FFmpeg-devel] [PATCH] avfilter/vf_mpdecimate: Add option to keep the first N similar frames before dropping

Paul B Mahol onemda at gmail.com
Mon May 8 21:55:04 EEST 2023


On Mon, May 8, 2023 at 8:06 PM Thilo Borgmann <thilo.borgmann at mail.de>
wrote:

> Am 08.05.23 um 15:58 schrieb Paul B Mahol:
> > On Mon, May 8, 2023 at 3:43 PM Thilo Borgmann <thilo.borgmann at mail.de>
> > wrote:
> >
> >> Am 08.05.23 um 15:32 schrieb Thilo Borgmann:
> >>> This allows for decimating large similar portions of a video while
> >> preserving small ones.
> >>> ---
> >>>    libavfilter/vf_mpdecimate.c | 19 +++++++++++++++++--
> >>>    1 file changed, 17 insertions(+), 2 deletions(-)
> >>
> >> docs and micro bump in v2.
> >>
> >
> > Why is range for option allowed to go bellow 0 to INT_MIN?
>
> Oh it shall allow for >= 0 from the user. Will fix the min/max values,
> anything else?
>

Nope. Rest looks fine.


>
> Thanks,
> Thilo
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
>


More information about the ffmpeg-devel mailing list