Data Fields | |
| const AVClass * | class |
| 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, AVFilterBufferRef *picref) |
| int | rgba_map [4] |
Definition at line 40 of file vsrc_testsrc.c.
| const AVClass* TestSourceContext::class |
Definition at line 41 of file vsrc_testsrc.c.
total duration of the generated video
Definition at line 48 of file vsrc_testsrc.c.
Referenced by init().
| void(* TestSourceContext::fill_picture_fn)(AVFilterContext *ctx, AVFilterBufferRef *picref) |
Referenced by request_frame().
Definition at line 42 of file vsrc_testsrc.c.
Referenced by config_props(), init(), and request_frame().
| int64_t TestSourceContext::max_pts |
| unsigned int TestSourceContext::nb_frame |
| int64_t TestSourceContext::pts |
| char* TestSourceContext::rate |
| int TestSourceContext::rgba_map[4] |
Definition at line 54 of file vsrc_testsrc.c.
sample aspect ratio
Definition at line 49 of file vsrc_testsrc.c.
Referenced by config_props(), init(), and request_frame().
| char* TestSourceContext::size |
Definition at line 42 of file vsrc_testsrc.c.
Referenced by config_props(), init(), and request_frame().
1.5.8