Libav 0.7.1
Data Fields
AVPanScan Struct Reference

Pan Scan area. More...

#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

Detailed Description

Pan Scan area.

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

Definition at line 717 of file avcodec.h.


Field Documentation

Definition at line 731 of file avcodec.h.

Referenced by mpeg_decode_postinit(), and mpeg_decode_sequence_display_extension().

id

  • encoding: Set by user.
  • decoding: Set by libavcodec.

Definition at line 723 of file avcodec.h.

int16_t AVPanScan::position[3][2]

position of the top left corner in 1/16 pel for up to 3 fields/frames

  • encoding: Set by user.
  • decoding: Set by libavcodec.

Definition at line 738 of file avcodec.h.

Referenced by mpeg_decode_picture_display_extension().

width and height in 1/16 pel

  • encoding: Set by user.
  • decoding: Set by libavcodec.

Definition at line 730 of file avcodec.h.

Referenced by mpeg_decode_postinit(), and mpeg_decode_sequence_display_extension().


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