filter_onefield.c File Reference

Go to the source code of this file.

Classes

struct  OFFilter

Functions

int oneFieldFilter (VideoFilter *f, VideoFrame *frame)
VideoFilternew_filter (VideoFrameType inpixfmt, VideoFrameType outpixfmt, int *width, int *height, char *options)

Variables

static FmtConv FmtList []
FilterInfo filter_table []


Function Documentation

int oneFieldFilter ( VideoFilter f,
VideoFrame frame 
)

Definition at line 31 of file filter_onefield.c.

Referenced by new_filter().

VideoFilter* new_filter ( VideoFrameType  inpixfmt,
VideoFrameType  outpixfmt,
int *  width,
int *  height,
char *  options 
)

Definition at line 66 of file filter_onefield.c.


Variable Documentation

FmtConv FmtList[] [static]

Initial value:

 
{
    { FMT_YV12, FMT_YV12 },
    FMT_NULL
}

Definition at line 93 of file filter_onefield.c.

Initial value:

 
{
    {
        symbol:     "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 99 of file filter_onefield.c.


Generated on Sat Dec 18 05:15:51 2010 for MythTV by  doxygen 1.5.5