filter_postprocess.c File Reference

Go to the source code of this file.

Classes

struct  ThisFilter

Functions

int pp (VideoFilter *vf, VideoFrame *frame)
void cleanup (VideoFilter *filter)
VideoFilternew_filter (VideoFrameType inpixfmt, VideoFrameType outpixfmt, int *width, int *height, char *options)

Variables

FmtConv FmtList []
FilterInfo filter_table []


Function Documentation

int pp ( VideoFilter vf,
VideoFrame frame 
)

void cleanup ( VideoFilter filter  ) 

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

Definition at line 83 of file filter_postprocess.c.


Variable Documentation

Initial value:

 
{
    { FMT_YV12, FMT_YV12 },
    FMT_NULL
}

Definition at line 123 of file filter_postprocess.c.

Initial value:

 
{
    {
        symbol:     "new_filter",
        name:       "postprocess",
        descript:   "FFMPEG's postprocessing filters",
        formats:    FmtList,
        libname:    NULL
    },
    FILT_NULL
}

Definition at line 129 of file filter_postprocess.c.


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