Data Fields | |
const AVClass * | class |
int64_t | seek_point |
seekpoint in microseconds | |
double | seek_point_d |
char * | format_name |
char * | file_name |
int | stream_index |
AVFormatContext * | format_ctx |
AVCodecContext * | codec_ctx |
int | is_done |
AVFrame * | frame |
video frame to store the decoded images in | |
int | w |
int | h |
AVFilterBufferRef * | picref |
Definition at line 41 of file vsrc_movie.c.
const AVClass* MovieContext::class |
Definition at line 50 of file vsrc_movie.c.
Referenced by movie_get_frame(), movie_init(), query_formats(), and uninit().
char* MovieContext::file_name |
Definition at line 46 of file vsrc_movie.c.
Referenced by init(), movie_get_frame(), movie_init(), and uninit().
Definition at line 49 of file vsrc_movie.c.
Referenced by config_output_props(), movie_get_frame(), movie_init(), and uninit().
video frame to store the decoded images in
Definition at line 52 of file vsrc_movie.c.
Referenced by movie_get_frame(), movie_init(), and uninit().
int MovieContext::h |
Definition at line 55 of file vsrc_movie.c.
Referenced by movie_get_frame(), request_frame(), and uninit().
int64_t MovieContext::seek_point |
seekpoint in microseconds
Definition at line 43 of file vsrc_movie.c.
Referenced by init(), and movie_init().
double MovieContext::seek_point_d |
Definition at line 47 of file vsrc_movie.c.
Referenced by config_output_props(), movie_get_frame(), and movie_init().
int MovieContext::w |