FFmpeg
4.2.2
|
Data Fields | |
AVStream * | st |
AVCodecContext * | enc |
int64_t | next_pts |
int | samples_count |
AVFrame * | frame |
AVFrame * | tmp_frame |
float | t |
float | tincr |
float | tincr2 |
struct SwsContext * | sws_ctx |
struct SwrContext * | swr_ctx |
AVStream* OutputStream::st |
Definition at line 54 of file muxing.c.
Referenced by add_stream(), open_audio(), open_video(), write_audio_frame(), and write_video_frame().
AVCodecContext* OutputStream::enc |
Definition at line 55 of file muxing.c.
Referenced by add_stream(), close_stream(), get_audio_frame(), get_video_frame(), main(), open_audio(), open_video(), write_audio_frame(), and write_video_frame().
int64_t OutputStream::next_pts |
Definition at line 58 of file muxing.c.
Referenced by get_audio_frame(), get_video_frame(), and main().
int OutputStream::samples_count |
AVFrame* OutputStream::frame |
Definition at line 61 of file muxing.c.
Referenced by alloc_audio_frame(), close_stream(), get_audio_frame(), get_video_frame(), open_audio(), open_video(), write_audio_frame(), and write_video_frame().
AVFrame* OutputStream::tmp_frame |
Definition at line 62 of file muxing.c.
Referenced by close_stream(), get_audio_frame(), get_video_frame(), open_audio(), and open_video().
float OutputStream::t |
Definition at line 64 of file muxing.c.
Referenced by get_audio_frame(), and open_audio().
float OutputStream::tincr |
Definition at line 64 of file muxing.c.
Referenced by get_audio_frame(), and open_audio().
float OutputStream::tincr2 |
Definition at line 64 of file muxing.c.
Referenced by get_audio_frame(), and open_audio().
struct SwsContext* OutputStream::sws_ctx |
Definition at line 66 of file muxing.c.
Referenced by close_stream(), and get_video_frame().
struct SwrContext* OutputStream::swr_ctx |
Definition at line 67 of file muxing.c.
Referenced by close_stream(), open_audio(), and write_audio_frame().