|
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 624 of file ffmpeg.h.
Referenced by enc_alloc().
| AVCodecContext* Encoder::enc_ctx |
Definition at line 626 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 629 of file ffmpeg.h.
Referenced by do_subtitle_out(), and encode_frame().
| uint64_t Encoder::samples_encoded |
Definition at line 630 of file ffmpeg.h.
Referenced by enc_stats_write(), and encode_frame().
1.8.17