gavl
Macros
Video conversion flags

Macros

#define GAVL_FORCE_DEINTERLACE   (1<<0)
 Force deinterlacing. More...
 
#define GAVL_CONVOLVE_CHROMA   (1<<1)
 Pass chroma planes to the convolver. More...
 
#define GAVL_CONVOLVE_NORMALIZE   (1<<2)
 Normalize convolution matrices passed to the scaler. More...
 
#define GAVL_RESAMPLE_CHROMA   (1<<3)
 Force chroma placement correction. More...
 

Detailed Description

Macro Definition Documentation

◆ GAVL_FORCE_DEINTERLACE

#define GAVL_FORCE_DEINTERLACE   (1<<0)

Force deinterlacing.

This option turns on deinterlacing by the converter in any case (i.e. also if the input format pretends to be progressive or if the ouput format is interlaced).

◆ GAVL_CONVOLVE_CHROMA

#define GAVL_CONVOLVE_CHROMA   (1<<1)

Pass chroma planes to the convolver.

◆ GAVL_CONVOLVE_NORMALIZE

#define GAVL_CONVOLVE_NORMALIZE   (1<<2)

Normalize convolution matrices passed to the scaler.

◆ GAVL_RESAMPLE_CHROMA

#define GAVL_RESAMPLE_CHROMA   (1<<3)

Force chroma placement correction.

Force chroma placement correction and resampling using a scaler. Usually this is done only for qualities above 3.