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 40 of file vsrc_movie.c.
const AVClass* MovieContext::class |
Definition at line 41 of file vsrc_movie.c.
Referenced by init().
AVCodecContext* MovieContext::codec_ctx |
Definition at line 49 of file vsrc_movie.c.
Referenced by movie_get_frame(), movie_init(), query_formats(), and uninit().
char* MovieContext::file_name |
Definition at line 45 of file vsrc_movie.c.
Referenced by init(), movie_get_frame(), movie_init(), and uninit().
AVFormatContext* MovieContext::format_ctx |
Definition at line 48 of file vsrc_movie.c.
Referenced by config_output_props(), movie_get_frame(), movie_init(), and uninit().
char* MovieContext::format_name |
Definition at line 44 of file vsrc_movie.c.
Referenced by movie_init(), and uninit().
AVFrame* MovieContext::frame |
video frame to store the decoded images in
Definition at line 51 of file vsrc_movie.c.
Referenced by movie_get_frame(), movie_init(), and uninit().
int MovieContext::h |
Definition at line 53 of file vsrc_movie.c.
Referenced by config_output_props(), and movie_init().
int MovieContext::is_done |
Definition at line 50 of file vsrc_movie.c.
Referenced by movie_get_frame(), and request_frame().
AVFilterBufferRef* MovieContext::picref |
Definition at line 54 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 42 of file vsrc_movie.c.
Referenced by init(), and movie_init().
double MovieContext::seek_point_d |
Definition at line 43 of file vsrc_movie.c.
Referenced by init().
int MovieContext::stream_index |
Definition at line 46 of file vsrc_movie.c.
Referenced by config_output_props(), movie_get_frame(), and movie_init().
int MovieContext::w |
Definition at line 53 of file vsrc_movie.c.
Referenced by config_output_props(), and movie_init().