Libav
Data Fields
TestSourceContext Struct Reference

Data Fields

const AVClassclass
int h
int w
unsigned int nb_frame
AVRational time_base
int64_t pts
int64_t max_pts
char * size
 video frame size
char * rate
 video frame rate
char * duration
 total duration of the generated video
AVRational sar
 sample aspect ratio
void(* fill_picture_fn )(AVFilterContext *ctx, AVFrame *frame)
int rgba_map [4]

Detailed Description

Definition at line 45 of file vsrc_testsrc.c.

Field Documentation

const AVClass* TestSourceContext::class

Definition at line 46 of file vsrc_testsrc.c.

int TestSourceContext::h

Definition at line 47 of file vsrc_testsrc.c.

Referenced by config_props(), init_common(), and request_frame().

int TestSourceContext::w

Definition at line 47 of file vsrc_testsrc.c.

Referenced by config_props(), init_common(), and request_frame().

unsigned int TestSourceContext::nb_frame

Definition at line 48 of file vsrc_testsrc.c.

Referenced by init_common(), and request_frame().

AVRational TestSourceContext::time_base

Definition at line 49 of file vsrc_testsrc.c.

Referenced by config_props(), and init_common().

int64_t TestSourceContext::pts

Definition at line 50 of file vsrc_testsrc.c.

Referenced by init_common(), and request_frame().

int64_t TestSourceContext::max_pts

Definition at line 50 of file vsrc_testsrc.c.

Referenced by init_common(), and request_frame().

char* TestSourceContext::size

video frame size

Definition at line 51 of file vsrc_testsrc.c.

Referenced by init_common().

char* TestSourceContext::rate

video frame rate

Definition at line 52 of file vsrc_testsrc.c.

Referenced by init_common().

char* TestSourceContext::duration

total duration of the generated video

Definition at line 53 of file vsrc_testsrc.c.

Referenced by init_common().

AVRational TestSourceContext::sar

sample aspect ratio

Definition at line 54 of file vsrc_testsrc.c.

Referenced by config_props(), init_common(), and request_frame().

void(* TestSourceContext::fill_picture_fn)(AVFilterContext *ctx, AVFrame *frame)

Definition at line 56 of file vsrc_testsrc.c.

Referenced by request_frame().

int TestSourceContext::rgba_map[4]

Definition at line 59 of file vsrc_testsrc.c.


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