|
FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
| const AVClass * | class |
| AVCodecContext * | enc_ctx |
| AVDictionary * | encoder_opts |
| char * | reinit_opts |
| uint32_t | codec_tag |
| int | flags |
| int | flags2 |
| int | global_quality |
| uint64_t | frames_encoded |
| uint64_t | samples_encoded |
| const AVClass* Encoder::class |
Definition at line 609 of file ffmpeg.h.
Referenced by enc_alloc().
| AVCodecContext* Encoder::enc_ctx |
Definition at line 611 of file ffmpeg.h.
Referenced by apply_enc_options(), do_subtitle_out(), enc_alloc(), enc_free(), enc_open(), enc_realloc(), enc_reopen(), encode_frame(), frame_encode(), reinit_encoder(), and update_video_stats().
| AVDictionary* Encoder::encoder_opts |
Definition at line 614 of file ffmpeg.h.
Referenced by enc_free().
| uint32_t Encoder::codec_tag |
Definition at line 618 of file ffmpeg.h.
Referenced by enc_reopen().
| int Encoder::flags |
Definition at line 619 of file ffmpeg.h.
Referenced by enc_reopen().
| int Encoder::flags2 |
Definition at line 620 of file ffmpeg.h.
Referenced by enc_reopen().
| int Encoder::global_quality |
Definition at line 621 of file ffmpeg.h.
Referenced by enc_reopen().
| uint64_t Encoder::frames_encoded |
Definition at line 624 of file ffmpeg.h.
Referenced by do_subtitle_out(), and encode_frame().
| uint64_t Encoder::samples_encoded |
Definition at line 625 of file ffmpeg.h.
Referenced by enc_stats_write(), and encode_frame().
1.8.17