[FFmpeg-devel] [PATCH 1/6] reitnerlace - tinterlace-like filter under LGPL

Moritz Barsnick barsnick at gmx.net
Fri Apr 20 23:51:32 EEST 2018


On Fri, Apr 20, 2018 at 17:44:17 +0300, Vasile Toncu wrote:
> -typedef struct InterlaceContext {
> -    const AVClass *class;
> -    enum ScanMode scan;    // top or bottom field first scanning
> -    int lowpass;           // enable or disable low pass filtering
> -    AVFrame *cur, *next;   // the two frames from which the new one is 
> obtained
> -    const AVPixFmtDescriptor *csp;
> -    void (*lowpass_line)(uint8_t *dstp, ptrdiff_t linesize, const 
> uint8_t *srcp,

This patch is still corrupted by your mailer, by introducing line
breaks. Please attach it as a file, or use "git send-email"

Moritz


More information about the ffmpeg-devel mailing list