#include <avcodec.h>
Data Fields | |
| int | id |
id
| |
| int | width |
width and height in 1/16 pel
| |
| int | height |
| int16_t | position [3][2] |
position of the top left corner in 1/16 pel for up to 3 fields/frames
| |
This specifies the area which should be displayed. Note there may be multiple such areas for one frame.
Definition at line 508 of file avcodec.h.
| int AVPanScan::id |
| int AVPanScan::width |
width and height in 1/16 pel
Definition at line 521 of file avcodec.h.
Referenced by mpeg_decode_postinit(), and mpeg_decode_sequence_display_extension().
Definition at line 522 of file avcodec.h.
Referenced by mpeg_decode_postinit(), and mpeg_decode_sequence_display_extension().
| int16_t AVPanScan::position[3][2] |
position of the top left corner in 1/16 pel for up to 3 fields/frames
Definition at line 529 of file avcodec.h.
Referenced by mpeg_decode_picture_display_extension().
1.5.6