FFmpeg  3.3.9
Data Fields
InterlaceContext Struct Reference

#include <libavfilter/interlace.h>

Data Fields

const AVClassclass
 
enum ScanMode scan
 
int lowpass
 
AVFramecur
 
AVFramenext
 
void(* lowpass_line )(uint8_t *dstp, ptrdiff_t linesize, const uint8_t *srcp, const uint8_t *srcp_above, const uint8_t *srcp_below)
 

Detailed Description

Definition at line 47 of file interlace.h.

Field Documentation

◆ class

const AVClass* InterlaceContext::class

Definition at line 48 of file interlace.h.

◆ scan

enum ScanMode InterlaceContext::scan

Definition at line 49 of file interlace.h.

Referenced by config_out_props(), and filter_frame().

◆ lowpass

int InterlaceContext::lowpass

Definition at line 50 of file interlace.h.

Referenced by config_out_props(), and filter_frame().

◆ cur

AVFrame* InterlaceContext::cur

Definition at line 51 of file interlace.h.

Referenced by filter_frame(), and uninit().

◆ next

AVFrame * InterlaceContext::next

Definition at line 51 of file interlace.h.

Referenced by filter_frame(), and uninit().

◆ lowpass_line

void(* InterlaceContext::lowpass_line) (uint8_t *dstp, ptrdiff_t linesize, const uint8_t *srcp, const uint8_t *srcp_above, const uint8_t *srcp_below)

Definition at line 52 of file interlace.h.

Referenced by config_out_props(), copy_picture_field(), and ff_interlace_init_x86().


The documentation for this struct was generated from the following file: