CropContext Struct Reference


Data Fields

int x
 x offset of the non-cropped area with respect to the input area
int y
 y offset of the non-cropped area with respect to the input area
int w
 width of the cropped area
int h
 height of the cropped area
int bpp
 bits per pixel
int hsub
int vsub
 chroma subsampling

Detailed Description

Definition at line 29 of file vf_crop.c.


Field Documentation

bits per pixel

Definition at line 35 of file vf_crop.c.

Referenced by config_input(), and start_frame().

height of the cropped area

Definition at line 33 of file vf_crop.c.

Referenced by config_input(), config_output(), draw_slice(), init(), and start_frame().

Definition at line 36 of file vf_crop.c.

Referenced by config_input(), and start_frame().

chroma subsampling

Definition at line 36 of file vf_crop.c.

Referenced by config_input(), and start_frame().

width of the cropped area

Definition at line 32 of file vf_crop.c.

Referenced by config_input(), config_output(), init(), and start_frame().

x offset of the non-cropped area with respect to the input area

Definition at line 30 of file vf_crop.c.

Referenced by config_input(), init(), and start_frame().

y offset of the non-cropped area with respect to the input area

Definition at line 31 of file vf_crop.c.

Referenced by config_input(), draw_slice(), init(), and start_frame().


The documentation for this struct was generated from the following file:

Generated on Fri Oct 26 02:36:57 2012 for FFmpeg by  doxygen 1.5.8