AVPanScan

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

extern (C) @nogc nothrow
struct AVPanScan {}

Members

Variables

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

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

position
short[2][3] 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