Go to the source code of this file.
Classes | |
| struct | BDFilter |
Functions | |
| static void | doSplit (BDFilter *filter, unsigned char *buf, int lines, int width) |
| int | bobDeintFilter (VideoFilter *f, VideoFrame *frame) |
| void | bobDtor (VideoFilter *f) |
| VideoFilter * | new_filter (VideoFrameType inpixfmt, VideoFrameType outpixfmt, int *width, int *height, char *options) |
Variables | |
| static FmtConv | FmtList [] |
| FilterInfo | filter_table [] |
| static void doSplit | ( | BDFilter * | filter, | |
| unsigned char * | buf, | |||
| int | lines, | |||
| int | width | |||
| ) | [static] |
| int bobDeintFilter | ( | VideoFilter * | f, | |
| VideoFrame * | frame | |||
| ) |
| void bobDtor | ( | VideoFilter * | f | ) |
| VideoFilter* new_filter | ( | VideoFrameType | inpixfmt, | |
| VideoFrameType | outpixfmt, | |||
| int * | width, | |||
| int * | height, | |||
| char * | options | |||
| ) |
Initial value:
Definition at line 139 of file filter_bobdeint.c.
Initial value:
{
{
symbol: "new_filter",
name: "bobdeint",
descript: "bob deinterlace filter; splits fields to top and bottom of buffer",
formats: FmtList,
libname: NULL,
},
FILT_NULL
}
Definition at line 145 of file filter_bobdeint.c.
1.5.5