Go to the source code of this file.
Classes | |
| struct | OFFilter |
Typedefs | |
| typedef struct OFFilter | OFFilter |
Functions | |
| int | oneFieldFilter (VideoFilter *f, VideoFrame *frame, int field) |
| static VideoFilter * | new_filter (VideoFrameType inpixfmt, VideoFrameType outpixfmt, int *width, int *height, char *options, int threads) |
Variables | |
| static FmtConv | FmtList [] |
| ConstFilterInfo | filter_table [] |
| int oneFieldFilter | ( | VideoFilter * | f, | |
| VideoFrame * | frame, | |||
| int | field | |||
| ) |
Definition at line 25 of file filter_onefield.c.
Referenced by new_filter().
| static VideoFilter* new_filter | ( | VideoFrameType | inpixfmt, | |
| VideoFrameType | outpixfmt, | |||
| int * | width, | |||
| int * | height, | |||
| char * | options, | |||
| int | threads | |||
| ) | [static] |
Definition at line 61 of file filter_onefield.c.
Definition at line 91 of file filter_onefield.c.
{
{
filter_init: &new_filter,
name: "onefield",
descript: "one-field-only deinterlace filter; parameter \"bottom\" for bottom field, otherwise top",
formats: FmtList,
libname: NULL,
},
FILT_NULL
}
Definition at line 97 of file filter_onefield.c.
1.6.3