FFmpeg
Data Fields
Frame Struct Reference

Data Fields

AVFrameframe
 
AVSubtitle sub
 
int serial
 
double pts
 
double duration
 
int64_t pos
 
int width
 
int height
 
int format
 
AVRational sar
 
int uploaded
 
int flip_v
 
AVFrameavf
 
Blockblocks
 

Detailed Description

Definition at line 155 of file ffplay.c.

Field Documentation

◆ frame

AVFrame* Frame::frame

◆ sub

AVSubtitle Frame::sub

Definition at line 157 of file ffplay.c.

Referenced by frame_queue_unref_item(), and video_refresh().

◆ serial

int Frame::serial

Definition at line 158 of file ffplay.c.

Referenced by audio_decode_frame(), audio_thread(), queue_picture(), video_refresh(), and vp_duration().

◆ pts

double Frame::pts

◆ duration

double Frame::duration

Definition at line 160 of file ffplay.c.

Referenced by audio_thread(), queue_picture(), and vp_duration().

◆ pos

int64_t Frame::pos

Definition at line 161 of file ffplay.c.

Referenced by audio_thread(), data_read(), and queue_picture().

◆ width

int Frame::width

Definition at line 162 of file ffplay.c.

Referenced by queue_picture(), and video_image_display().

◆ height

int Frame::height

Definition at line 163 of file ffplay.c.

Referenced by queue_picture(), and video_image_display().

◆ format

int Frame::format

Definition at line 164 of file ffplay.c.

Referenced by queue_picture().

◆ sar

AVRational Frame::sar

Definition at line 165 of file ffplay.c.

Referenced by queue_picture(), and video_image_display().

◆ uploaded

int Frame::uploaded

Definition at line 166 of file ffplay.c.

Referenced by queue_picture(), and video_image_display().

◆ flip_v

int Frame::flip_v

Definition at line 167 of file ffplay.c.

Referenced by video_image_display().

◆ avf

AVFrame* Frame::avf

◆ blocks

Block* Frame::blocks

Definition at line 160 of file vf_minterpolate.c.

Referenced by bidirectional_obmc(), and inject_frame().


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