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 |
| void * | samples_buf |
| int | samples_buf_size |
| int | bps |
| bytes per sample | |
| AVPacket | pkt |
| AVPacket | pkt0 |
| AVFilterBufferRef * | samplesref |
Definition at line 41 of file src_movie.c.
| const AVClass* MovieContext::class |
Definition at line 51 of file src_movie.c.
Referenced by movie_common_init(), and movie_common_uninit().
| char* MovieContext::file_name |
Definition at line 47 of file src_movie.c.
Referenced by movie_common_init(), and movie_common_uninit().
Definition at line 50 of file src_movie.c.
Referenced by movie_common_init(), and movie_common_uninit().
Definition at line 46 of file src_movie.c.
Referenced by movie_common_init(), and movie_common_uninit().
video frame to store the decoded images in
Definition at line 53 of file src_movie.c.
Referenced by movie_common_uninit().
| int MovieContext::h |
Definition at line 56 of file src_movie.c.
Definition at line 52 of file src_movie.c.
Definition at line 63 of file src_movie.c.
Definition at line 63 of file src_movie.c.
Definition at line 61 of file src_movie.c.
| int64_t MovieContext::seek_point |
seekpoint in microseconds
Definition at line 44 of file src_movie.c.
Referenced by movie_common_init().
| double MovieContext::seek_point_d |
| int MovieContext::w |
Definition at line 56 of file src_movie.c.
1.5.8