#include <ffmpeg.h>
Data Fields | |
AVFilterContext * | filter |
struct OutputStream * | ost |
struct FilterGraph * | graph |
uint8_t * | name |
AVFilterInOut * | out_tmp |
Definition at line 179 of file ffmpeg.h.
Definition at line 180 of file ffmpeg.h.
Referenced by configure_output_audio_filter(), configure_output_video_filter(), decode_audio(), reap_filters(), and transcode_init().
struct FilterGraph* OutputFilter::graph [read] |
Definition at line 182 of file ffmpeg.h.
Referenced by choose_pix_fmts(), configure_filtergraph(), DEF_CHOOSE_FORMAT(), init_output_filter(), transcode_init(), and transcode_step().
Definition at line 183 of file ffmpeg.h.
Referenced by configure_output_filter(), and transcode_init().
struct OutputStream* OutputFilter::ost [read] |
Definition at line 181 of file ffmpeg.h.
Referenced by configure_filtergraph(), configure_output_audio_filter(), configure_output_video_filter(), decode_audio(), decode_video(), DEF_CHOOSE_FORMAT(), init_output_filter(), and transcode_from_filter().
Definition at line 186 of file ffmpeg.h.
Referenced by configure_filtergraph(), init_output_filter(), and opt_output_file().