|
FFmpeg
|
Data Fields | |
| AVFilterLink * | link |
| AVStream * | st |
| AVCodecContext * | codec_ctx |
| int64_t | discontinuity_threshold |
| int64_t | last_pts |
| AVFrame * | frame |
| int | eof |
Definition at line 53 of file src_movie.c.
| AVFilterLink* MovieStream::link |
Definition at line 54 of file src_movie.c.
Referenced by get_buffer(), and movie_config_output_props().
| AVStream* MovieStream::st |
Definition at line 55 of file src_movie.c.
Referenced by guess_channel_layout(), movie_common_init(), movie_config_output_props(), movie_query_formats(), movie_uninit(), and open_stream().
| AVCodecContext* MovieStream::codec_ctx |
Definition at line 56 of file src_movie.c.
Referenced by decode_packet(), flush_decoder(), movie_uninit(), open_stream(), process_command(), and rewind_file().
| int64_t MovieStream::discontinuity_threshold |
Definition at line 57 of file src_movie.c.
Referenced by decode_packet(), and movie_common_init().
| int64_t MovieStream::last_pts |
Definition at line 58 of file src_movie.c.
Referenced by activate(), and decode_packet().
| AVFrame* MovieStream::frame |
Definition at line 59 of file src_movie.c.
Referenced by decode_packet(), movie_common_init(), and movie_uninit().
| int MovieStream::eof |
Definition at line 60 of file src_movie.c.
Referenced by activate().
1.8.17