Dimensions of the coded video.
@deprecated unused
Position of the packet in file.
Offset of the current timestamp against last timestamp sync point in units of AVCodecContext.time_base.
Synchronization point for start of timestamp generation.
Duration of the current frame. For audio, this is in units of 1 / AVCodecContext.sample_rate. For all other types, this is in units of AVCodecContext.time_base.
The format of the coded data, corresponds to enum AVPixelFormat for video and for enum AVSampleFormat for audio.
Set by parser to 1 for key frames and 0 for non-key frames. It is initialized to -1, so if the parser doesn't set this flag, old-style fallback using AV_PICTURE_TYPE_I picture type as key frames will be used.
Previous frame byte position.
Set if the parser has a valid file offset +////< byte offset from starting packet star
Picture number incremented in presentation or output order. This field may be reinitialized at the first picture of a new sequence.
Indicate whether a picture is coded as a frame, top field or bottom field.
Byte position of currently parsed frame in stream.
Presentation delay of current frame in units of AVCodecContext.time_base.
This field is used for proper frame duration computation in lavf. It signals, how much longer the frame duration of the current frame is compared to normal frame duration.
Dimensions of the decoded video intended for presentation.