FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
AVFilterContext * | filter |
struct OutputStream * | ost |
struct FilterGraph * | graph |
uint8_t * | name |
AVFilterInOut * | out_tmp |
AVFilterContext* OutputFilter::filter |
Definition at line 188 of file ffmpeg.h.
Referenced by configure_output_audio_filter(), configure_output_video_filter(), decode_audio(), reap_filters(), and transcode_init().
struct OutputStream* OutputFilter::ost |
Definition at line 189 of file ffmpeg.h.
Referenced by configure_filtergraph(), configure_output_audio_filter(), configure_output_video_filter(), decode_audio(), DEF_CHOOSE_FORMAT(), init_output_filter(), and transcode_from_filter().
struct FilterGraph* OutputFilter::graph |
Definition at line 190 of file ffmpeg.h.
Referenced by choose_pix_fmts(), configure_filtergraph(), DEF_CHOOSE_FORMAT(), init_output_filter(), transcode_init(), and transcode_step().
uint8_t* OutputFilter::name |
Definition at line 191 of file ffmpeg.h.
Referenced by configure_output_filter(), and transcode_init().
AVFilterInOut* OutputFilter::out_tmp |
Definition at line 194 of file ffmpeg.h.
Referenced by configure_filtergraph(), init_output_filter(), and open_output_file().