Go to the source code of this file.
Classes | |
| struct | ThisFilter |
Typedefs | |
| typedef struct ThisFilter | ThisFilter |
Functions | |
| static int | crop (VideoFilter *f, VideoFrame *frame, int field) |
| static int | cropMMX (VideoFilter *f, 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 |
| static int crop | ( | VideoFilter * | f, | |
| VideoFrame * | frame, | |||
| int | field | |||
| ) | [static] |
Definition at line 41 of file filter_crop.c.
Referenced by new_filter().
| static int cropMMX | ( | VideoFilter * | f, | |
| VideoFrame * | frame, | |||
| int | field | |||
| ) | [static] |
Definition at line 134 of file filter_crop.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 243 of file filter_crop.c.
Definition at line 297 of file filter_crop.c.
{
{
filter_init: &new_filter,
name: "crop",
descript: "crops picture by macroblock intervals",
formats: FmtList,
libname: NULL
},
FILT_NULL
}
Definition at line 303 of file filter_crop.c.
1.6.3