filter_invert.c File Reference

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 VideoFilternew_filter (VideoFrameType inpixfmt, VideoFrameType outpixfmt, int *width, int *height, char *options, int threads)

Variables

static FmtConv FmtList []
ConstFilterInfo filter_table []

Typedef Documentation

typedef struct ThisFilter ThisFilter

Function Documentation

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.


Variable Documentation

FmtConv FmtList[] [static]
Initial value:

Definition at line 71 of file filter_invert.c.

Initial value:
{
    {
        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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Generated on Mon May 28 06:41:47 2012 for MythTV by  doxygen 1.6.3