|
FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
| int64_t | trim_start_us |
| int64_t | trim_end_us |
| uint8_t * | name |
| AVRational | framerate |
| int | sub2video_width |
| int | sub2video_height |
| unsigned | flags |
| AVFrame * | fallback |
| int64_t InputFilterOptions::trim_start_us |
Definition at line 245 of file ffmpeg.h.
Referenced by configure_input_audio_filter(), and configure_input_video_filter().
| int64_t InputFilterOptions::trim_end_us |
Definition at line 246 of file ffmpeg.h.
Referenced by configure_input_audio_filter(), and configure_input_video_filter().
| uint8_t* InputFilterOptions::name |
Definition at line 248 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 255 of file ffmpeg.h.
Referenced by configure_input_video_filter(), and ifilter_parameters_from_frame().
| int InputFilterOptions::sub2video_width |
Definition at line 257 of file ffmpeg.h.
Referenced by ifilter_bind_ist().
| int InputFilterOptions::sub2video_height |
Definition at line 258 of file ffmpeg.h.
Referenced by ifilter_bind_ist().
| unsigned InputFilterOptions::flags |
Definition at line 261 of file ffmpeg.h.
Referenced by configure_input_video_filter(), ifilter_parameters_from_frame(), and send_frame().
| AVFrame* InputFilterOptions::fallback |
Definition at line 263 of file ffmpeg.h.
Referenced by fg_free(), ifilter_bind_ist(), and send_eof().
1.8.17