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 227 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 228 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 229 of file ffmpeg.h.
Referenced by choose_pix_fmts(), DEF_CHOOSE_FORMAT(), init_complex_filtergraph(), and transcode_step().
uint8_t* OutputFilter::name |
Definition at line 230 of file ffmpeg.h.
Referenced by configure_output_filter(), and ffmpeg_cleanup().
AVFilterInOut* OutputFilter::out_tmp |
Definition at line 233 of file ffmpeg.h.
Referenced by init_complex_filtergraph(), init_output_filter(), and open_output_file().
enum AVMediaType OutputFilter::type |
Definition at line 234 of file ffmpeg.h.
Referenced by init_complex_filtergraph(), init_output_filter(), and open_output_file().