[FFmpeg-devel] [PATCH 2/2] avfilter/vf_remap: add bilinear interpolation

Moritz Barsnick barsnick at gmx.net
Wed Sep 12 11:17:43 EEST 2018


On Tue, Sep 11, 2018 at 21:49:33 +0200, Paul B Mahol wrote:
> + at table @samp
> + at item nearest
> +Use values from the nearest neighbor interpolation.
> + at item bilinear
> +Interpolate values using the bilinear interpolation.
> + at end table

Nit: Default is @code{nearest}.

Moritz


More information about the ffmpeg-devel mailing list