FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
AVFilterContext * | filter |
struct OutputStream * | ost |
struct FilterGraph * | graph |
uint8_t * | name |
AVFilterInOut * | out_tmp |
enum AVMediaType | type |
AVFilterContext* OutputFilter::filter |
Definition at line 237 of file ffmpeg.h.
Referenced by configure_filtergraph(), configure_output_audio_filter(), configure_output_video_filter(), do_video_out(), init_output_stream(), reap_filters(), and transcode_init().
struct OutputStream* OutputFilter::ost |
Definition at line 238 of file ffmpeg.h.
Referenced by configure_filtergraph(), configure_output_audio_filter(), configure_output_filter(), configure_output_video_filter(), DEF_CHOOSE_FORMAT(), init_output_filter(), transcode_from_filter(), and transcode_init().
struct FilterGraph* OutputFilter::graph |
Definition at line 239 of file ffmpeg.h.
Referenced by choose_pix_fmts(), DEF_CHOOSE_FORMAT(), init_complex_filtergraph(), transcode_init(), and transcode_step().
uint8_t* OutputFilter::name |
Definition at line 240 of file ffmpeg.h.
Referenced by configure_output_filter(), and ffmpeg_cleanup().
AVFilterInOut* OutputFilter::out_tmp |
Definition at line 243 of file ffmpeg.h.
Referenced by init_complex_filtergraph(), init_output_filter(), and open_output_file().
enum AVMediaType OutputFilter::type |
Definition at line 244 of file ffmpeg.h.
Referenced by init_complex_filtergraph(), init_output_filter(), and open_output_file().