FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
Decoder Struct Reference

Data Fields

AVPacket pkt
 
AVPacket pkt_temp
 
PacketQueuequeue
 
AVCodecContextavctx
 
int pkt_serial
 
int finished
 
int packet_pending
 
SDL_cond * empty_queue_cond
 
int64_t start_pts
 
AVRational start_pts_tb
 
int64_t next_pts
 
AVRational next_pts_tb
 
SDL_Thread * decoder_tid
 

Detailed Description

Definition at line 181 of file ffplay.c.

Field Documentation

AVPacket Decoder::pkt

Definition at line 182 of file ffplay.c.

Referenced by decoder_decode_frame(), and decoder_destroy().

AVPacket Decoder::pkt_temp

Definition at line 183 of file ffplay.c.

Referenced by decoder_decode_frame().

PacketQueue* Decoder::queue

Definition at line 184 of file ffplay.c.

Referenced by decoder_abort(), decoder_decode_frame(), decoder_init(), and decoder_start().

AVCodecContext* Decoder::avctx

Definition at line 185 of file ffplay.c.

Referenced by decoder_decode_frame(), and decoder_init().

int Decoder::pkt_serial
int Decoder::finished

Definition at line 187 of file ffplay.c.

Referenced by audio_thread(), decoder_decode_frame(), read_thread(), and video_thread().

int Decoder::packet_pending

Definition at line 188 of file ffplay.c.

Referenced by decoder_decode_frame().

SDL_cond* Decoder::empty_queue_cond

Definition at line 189 of file ffplay.c.

Referenced by decoder_decode_frame(), and decoder_init().

int64_t Decoder::start_pts

Definition at line 190 of file ffplay.c.

Referenced by decoder_decode_frame(), decoder_init(), and stream_component_open().

AVRational Decoder::start_pts_tb

Definition at line 191 of file ffplay.c.

Referenced by decoder_decode_frame(), and stream_component_open().

int64_t Decoder::next_pts

Definition at line 192 of file ffplay.c.

Referenced by decoder_decode_frame().

AVRational Decoder::next_pts_tb

Definition at line 193 of file ffplay.c.

Referenced by decoder_decode_frame().

SDL_Thread* Decoder::decoder_tid

Definition at line 194 of file ffplay.c.

Referenced by decoder_abort(), and decoder_start().


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