FFmpeg
|
Data Fields | |
AVPacket * | pkt |
PacketQueue * | queue |
AVCodecContext * | avctx |
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 |
PacketQueue* Decoder::queue |
AVCodecContext* Decoder::avctx |
AVRational Decoder::start_pts_tb |
AVRational Decoder::next_pts_tb |