FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
int64_t | trim_start_us |
int64_t | trim_end_us |
uint8_t * | name |
AVRational | framerate |
unsigned | crop_top |
unsigned | crop_bottom |
unsigned | crop_left |
unsigned | crop_right |
int | sub2video_width |
int | sub2video_height |
unsigned | flags |
AVFrame * | fallback |
int64_t InputFilterOptions::trim_start_us |
Definition at line 267 of file ffmpeg.h.
Referenced by configure_input_audio_filter(), and configure_input_video_filter().
int64_t InputFilterOptions::trim_end_us |
Definition at line 268 of file ffmpeg.h.
Referenced by configure_input_audio_filter(), and configure_input_video_filter().
uint8_t* InputFilterOptions::name |
Definition at line 270 of file ffmpeg.h.
Referenced by configure_input_audio_filter(), configure_input_video_filter(), fg_free(), and send_eof().
AVRational InputFilterOptions::framerate |
Definition at line 277 of file ffmpeg.h.
Referenced by configure_input_video_filter(), and ifilter_parameters_from_frame().
unsigned InputFilterOptions::crop_top |
Definition at line 279 of file ffmpeg.h.
Referenced by configure_input_video_filter().
unsigned InputFilterOptions::crop_bottom |
Definition at line 280 of file ffmpeg.h.
Referenced by configure_input_video_filter().
unsigned InputFilterOptions::crop_left |
Definition at line 281 of file ffmpeg.h.
Referenced by configure_input_video_filter().
unsigned InputFilterOptions::crop_right |
Definition at line 282 of file ffmpeg.h.
Referenced by configure_input_video_filter().
int InputFilterOptions::sub2video_width |
Definition at line 284 of file ffmpeg.h.
Referenced by ifilter_bind_ist().
int InputFilterOptions::sub2video_height |
Definition at line 285 of file ffmpeg.h.
Referenced by ifilter_bind_ist().
unsigned InputFilterOptions::flags |
Definition at line 288 of file ffmpeg.h.
Referenced by configure_input_video_filter(), ifilter_parameters_from_frame(), and send_frame().
AVFrame* InputFilterOptions::fallback |
Definition at line 290 of file ffmpeg.h.
Referenced by fg_free(), ifilter_bind_ist(), and send_eof().