FFmpeg  1.2.12
Data Fields
ShowWavesContext Struct Reference

Data Fields

const AVClassclass
int w
int h
char * rate_str
AVRational rate
int buf_idx
AVFilterBufferRefoutpicref
int req_fullfilled
int n
int sample_count_mod
enum ShowWavesMode mode

Detailed Description

Definition at line 41 of file avf_showwaves.c.

Field Documentation

int ShowWavesContext::buf_idx

Definition at line 46 of file avf_showwaves.c.

Referenced by filter_frame(), init(), and push_frame().

const AVClass* ShowWavesContext::class

Definition at line 42 of file avf_showwaves.c.

Referenced by init().

int ShowWavesContext::h

Definition at line 43 of file avf_showwaves.c.

Referenced by config_output(), and filter_frame().

enum ShowWavesMode ShowWavesContext::mode

Definition at line 51 of file avf_showwaves.c.

Referenced by filter_frame().

int ShowWavesContext::n

Definition at line 49 of file avf_showwaves.c.

Referenced by config_output(), and filter_frame().

AVFilterBufferRef* ShowWavesContext::outpicref

Definition at line 47 of file avf_showwaves.c.

Referenced by filter_frame(), push_frame(), request_frame(), and uninit().

AVRational ShowWavesContext::rate

Definition at line 45 of file avf_showwaves.c.

Referenced by config_output().

char* ShowWavesContext::rate_str

Definition at line 44 of file avf_showwaves.c.

Referenced by config_output(), and uninit().

int ShowWavesContext::req_fullfilled

Definition at line 48 of file avf_showwaves.c.

Referenced by push_frame(), and request_frame().

int ShowWavesContext::sample_count_mod

Definition at line 50 of file avf_showwaves.c.

Referenced by filter_frame().

int ShowWavesContext::w

Definition at line 43 of file avf_showwaves.c.

Referenced by config_output(), and filter_frame().


The documentation for this struct was generated from the following file: