FFmpeg
|
Data Fields | |
const AVClass * | class |
int | w |
int | h |
AVRational | rate |
int | buf_idx |
AVFrame * | outpicref |
int | req_fullfilled |
int | n |
int | sample_count_mod |
enum ShowWavesMode | mode |
Definition at line 41 of file avf_showwaves.c.
const AVClass* ShowWavesContext::class |
Definition at line 42 of file avf_showwaves.c.
int ShowWavesContext::w |
Definition at line 43 of file avf_showwaves.c.
Referenced by config_output(), and filter_frame().
int ShowWavesContext::h |
Definition at line 43 of file avf_showwaves.c.
Referenced by config_output(), and filter_frame().
AVRational ShowWavesContext::rate |
Definition at line 44 of file avf_showwaves.c.
Referenced by config_output().
int ShowWavesContext::buf_idx |
Definition at line 45 of file avf_showwaves.c.
Referenced by config_output(), filter_frame(), and push_frame().
AVFrame* ShowWavesContext::outpicref |
Definition at line 46 of file avf_showwaves.c.
Referenced by filter_frame(), push_frame(), request_frame(), and uninit().
int ShowWavesContext::req_fullfilled |
Definition at line 47 of file avf_showwaves.c.
Referenced by push_frame(), and request_frame().
int ShowWavesContext::n |
Definition at line 48 of file avf_showwaves.c.
Referenced by config_output(), and filter_frame().
int ShowWavesContext::sample_count_mod |
Definition at line 49 of file avf_showwaves.c.
Referenced by filter_frame().
enum ShowWavesMode ShowWavesContext::mode |
Definition at line 50 of file avf_showwaves.c.
Referenced by filter_frame().