Go to the source code of this file.
Classes | |
| struct | ThisFilter |
Typedefs | |
| typedef struct ThisFilter | ThisFilter |
Functions | |
| int | invert (VideoFilter *vf, 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 [] |
| typedef struct ThisFilter ThisFilter |
| int invert | ( | VideoFilter * | vf, | |
| VideoFrame * | frame, | |||
| int | field | |||
| ) |
Definition at line 18 of file filter_invert.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 41 of file filter_invert.c.
{
{ FMT_YV12, FMT_YV12 },
{ FMT_YUV422P, FMT_YUV422P },
{ FMT_RGB24, FMT_RGB24 },
FMT_NULL
}
Definition at line 71 of file filter_invert.c.
{
{
filter_init: &new_filter,
name: "invert",
descript: "inverts the colors of the input video",
formats: FmtList,
libname: NULL
},
FILT_NULL
}
Definition at line 79 of file filter_invert.c.
1.6.3