FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
AVFilterContext * | filter |
struct OutputStream * | ost |
struct FilterGraph * | graph |
uint8_t * | name |
AVFilterInOut * | out_tmp |
enum AVMediaType | type |
int | width |
int | height |
AVRational | frame_rate |
int | format |
int | sample_rate |
uint64_t | channel_layout |
int * | formats |
uint64_t * | channel_layouts |
int * | sample_rates |
AVFilterContext* OutputFilter::filter |
Definition at line 260 of file ffmpeg.h.
Referenced by cleanup_filtergraph(), configure_filtergraph(), configure_output_audio_filter(), configure_output_video_filter(), do_video_out(), init_output_stream(), init_output_stream_encode(), and reap_filters().
struct OutputStream* OutputFilter::ost |
Definition at line 261 of file ffmpeg.h.
Referenced by check_filter_outputs(), choose_pix_fmts(), 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 262 of file ffmpeg.h.
Referenced by choose_pix_fmts(), DEF_CHOOSE_FORMAT(), flush_encoders(), init_complex_filtergraph(), reap_filters(), transcode_init(), and transcode_step().
uint8_t* OutputFilter::name |
Definition at line 263 of file ffmpeg.h.
Referenced by check_filter_outputs(), configure_output_filter(), ffmpeg_cleanup(), init_complex_filtergraph(), and transcode_init().
AVFilterInOut* OutputFilter::out_tmp |
Definition at line 266 of file ffmpeg.h.
Referenced by init_complex_filtergraph(), init_output_filter(), and open_output_file().
enum AVMediaType OutputFilter::type |
Definition at line 267 of file ffmpeg.h.
Referenced by init_complex_filtergraph(), init_output_filter(), and open_output_file().
int OutputFilter::width |
Definition at line 270 of file ffmpeg.h.
Referenced by configure_filtergraph(), configure_output_video_filter(), and open_output_file().
int OutputFilter::height |
Definition at line 270 of file ffmpeg.h.
Referenced by configure_filtergraph(), configure_output_video_filter(), and open_output_file().
AVRational OutputFilter::frame_rate |
Definition at line 271 of file ffmpeg.h.
Referenced by open_output_file().
int OutputFilter::format |
Definition at line 272 of file ffmpeg.h.
Referenced by configure_filtergraph(), DEF_CHOOSE_FORMAT(), init_output_filter(), and open_output_file().
int OutputFilter::sample_rate |
Definition at line 273 of file ffmpeg.h.
Referenced by configure_filtergraph(), and open_output_file().
uint64_t OutputFilter::channel_layout |
Definition at line 274 of file ffmpeg.h.
Referenced by configure_filtergraph(), and open_output_file().
int* OutputFilter::formats |
Definition at line 277 of file ffmpeg.h.
Referenced by ffmpeg_cleanup(), and open_output_file().
uint64_t* OutputFilter::channel_layouts |
Definition at line 278 of file ffmpeg.h.
Referenced by ffmpeg_cleanup(), and open_output_file().
int* OutputFilter::sample_rates |
Definition at line 279 of file ffmpeg.h.
Referenced by ffmpeg_cleanup(), and open_output_file().