FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
const AVClass * | class |
AVCodecContext * | enc_ctx |
uint64_t | frames_encoded |
uint64_t | samples_encoded |
const AVClass* Encoder::class |
Definition at line 566 of file ffmpeg.h.
Referenced by enc_alloc().
AVCodecContext* Encoder::enc_ctx |
Definition at line 568 of file ffmpeg.h.
Referenced by do_subtitle_out(), enc_alloc(), enc_free(), enc_open(), encode_frame(), frame_encode(), and update_video_stats().
uint64_t Encoder::frames_encoded |
Definition at line 571 of file ffmpeg.h.
Referenced by do_subtitle_out(), and encode_frame().
uint64_t Encoder::samples_encoded |
Definition at line 572 of file ffmpeg.h.
Referenced by enc_stats_write(), and encode_frame().