AVPanScan

Pan Scan area. This specifies the area which should be displayed. Note there may be multiple such areas for one frame.

@nogc nothrow extern (C)
struct AVPanScan {}

Members

Variables

height
int height;
Undocumented in source.
id
int id;

id - encoding: Set by user. - decoding: Set by libavcodec.

position
int16_t[3][2] position;

position of the top left corner in 1/16 pel for up to 3 fields/frames - encoding: Set by user. - decoding: Set by libavcodec.

width
int width;

width and height in 1/16 pel - encoding: Set by user. - decoding: Set by libavcodec.

Meta