FFmpeg
|
Data Fields | |
AVFrame * | sq_frame |
AVPacket * | pkt |
uint64_t | data_size |
uint64_t | packets_encoded |
int | opened |
Definition at line 41 of file ffmpeg_enc.c.
AVFrame* Encoder::sq_frame |
Definition at line 42 of file ffmpeg_enc.c.
Referenced by enc_free(), enc_open(), and submit_encode_frame().
AVPacket* Encoder::pkt |
Definition at line 45 of file ffmpeg_enc.c.
Referenced by enc_alloc(), enc_free(), enc_subtitle(), and encode_frame().
uint64_t Encoder::data_size |
Definition at line 48 of file ffmpeg_enc.c.
Referenced by enc_stats_write(), encode_frame(), and update_video_stats().
uint64_t Encoder::packets_encoded |
Definition at line 51 of file ffmpeg_enc.c.
Referenced by encode_frame(), and update_video_stats().
int Encoder::opened |
Definition at line 53 of file ffmpeg_enc.c.
Referenced by enc_flush(), and enc_open().