FFmpeg
|
progressive to interlaced content filter, inspired by heavy debugging of tinterlace filter. More...
#include "libavutil/common.h"
#include "libavutil/imgutils.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | InterlaceContext |
Enumerations | |
enum | ScanMode { MODE_TFF = 0, MODE_BFF = 1 } |
enum | FieldType { FIELD_UPPER = 0, FIELD_LOWER = 1, FIELD_TYPE_TOP = 0, FIELD_TYPE_BOTTOM } |
Functions | |
void | ff_interlace_init_x86 (InterlaceContext *interlace) |
progressive to interlaced content filter, inspired by heavy debugging of tinterlace filter.
Definition in file interlace.h.
enum ScanMode |
Enumerator | |
---|---|
MODE_TFF | |
MODE_BFF |
Definition at line 37 of file interlace.h.
enum FieldType |
Enumerator | |
---|---|
FIELD_UPPER | |
FIELD_LOWER | |
FIELD_TYPE_TOP | |
FIELD_TYPE_BOTTOM |
Definition at line 42 of file interlace.h.
void ff_interlace_init_x86 | ( | InterlaceContext * | interlace | ) |
Definition at line 39 of file vf_interlace_init.c.
Referenced by config_out_props().