FFmpeg
Data Fields
AVPanScan Struct Reference

Pan Scan area. More...

#include <defs.h>

Data Fields

int id
 id More...
 
int width
 width and height in 1/16 pel More...
 
int height
 
int16_t position [3][2]
 position of the top left corner in 1/16 pel for up to 3 fields/frames More...
 

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 97 of file defs.h.

Field Documentation

◆ id

int AVPanScan::id

id

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

Definition at line 103 of file defs.h.

◆ width

int AVPanScan::width

width and height in 1/16 pel

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

Definition at line 110 of file defs.h.

◆ height

int AVPanScan::height

Definition at line 111 of file defs.h.

◆ position

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 118 of file defs.h.


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