FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
const AVClass * | class |
enum AVMediaType | type |
const uint8_t * | subtitle_header |
int | subtitle_header_size |
uint64_t | frames_decoded |
uint64_t | samples_decoded |
uint64_t | decode_errors |
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 |
const AVClass* Decoder::class |
Definition at line 332 of file ffmpeg.h.
Referenced by dec_alloc().
enum AVMediaType Decoder::type |
Definition at line 334 of file ffmpeg.h.
Referenced by dec_create(), dec_open(), and ifilter_bind_dec().
const uint8_t* Decoder::subtitle_header |
Definition at line 336 of file ffmpeg.h.
Referenced by dec_open(), and enc_open().
int Decoder::subtitle_header_size |
Definition at line 337 of file ffmpeg.h.
Referenced by dec_open(), and enc_open().
uint64_t Decoder::frames_decoded |
Definition at line 340 of file ffmpeg.h.
Referenced by decoder_thread(), demux_final_stats(), packet_decode(), and transcode_subtitles().
uint64_t Decoder::samples_decoded |
Definition at line 341 of file ffmpeg.h.
Referenced by demux_final_stats(), and packet_decode().
uint64_t Decoder::decode_errors |
Definition at line 342 of file ffmpeg.h.
Referenced by decoder_thread(), demux_final_stats(), packet_decode(), and transcode_subtitles().
PacketQueue* Decoder::queue |
AVCodecContext* Decoder::avctx |
AVRational Decoder::start_pts_tb |
AVRational Decoder::next_pts_tb |