FFmpeg
|
#include <swscale_internal.h>
Data Fields | |
int | available_lines |
max number of lines that can be hold by this plane More... | |
int | sliceY |
index of first line More... | |
int | sliceH |
number of lines More... | |
uint8_t ** | line |
line buffer More... | |
uint8_t ** | tmp |
Tmp line buffer used by mmx code. More... | |
Slice plane.
Definition at line 972 of file swscale_internal.h.
int SwsPlane::available_lines |
max number of lines that can be hold by this plane
Definition at line 974 of file swscale_internal.h.
Referenced by swscale().
int SwsPlane::sliceY |
int SwsPlane::sliceH |
uint8_t** SwsPlane::line |
line buffer
Definition at line 977 of file swscale_internal.h.
uint8_t** SwsPlane::tmp |
Tmp line buffer used by mmx code.
Definition at line 978 of file swscale_internal.h.