FFmpeg
Data Fields
InputFilterOptions Struct Reference

#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
 
AVFramefallback
 

Detailed Description

Definition at line 266 of file ffmpeg.h.

Field Documentation

◆ trim_start_us

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().

◆ trim_end_us

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().

◆ name

uint8_t* InputFilterOptions::name

◆ framerate

AVRational InputFilterOptions::framerate

Definition at line 277 of file ffmpeg.h.

Referenced by configure_input_video_filter(), and ifilter_parameters_from_frame().

◆ crop_top

unsigned InputFilterOptions::crop_top

Definition at line 279 of file ffmpeg.h.

Referenced by configure_input_video_filter().

◆ crop_bottom

unsigned InputFilterOptions::crop_bottom

Definition at line 280 of file ffmpeg.h.

Referenced by configure_input_video_filter().

◆ crop_left

unsigned InputFilterOptions::crop_left

Definition at line 281 of file ffmpeg.h.

Referenced by configure_input_video_filter().

◆ crop_right

unsigned InputFilterOptions::crop_right

Definition at line 282 of file ffmpeg.h.

Referenced by configure_input_video_filter().

◆ sub2video_width

int InputFilterOptions::sub2video_width

Definition at line 284 of file ffmpeg.h.

Referenced by ifilter_bind_ist().

◆ sub2video_height

int InputFilterOptions::sub2video_height

Definition at line 285 of file ffmpeg.h.

Referenced by ifilter_bind_ist().

◆ flags

unsigned InputFilterOptions::flags

◆ fallback

AVFrame* InputFilterOptions::fallback

Definition at line 290 of file ffmpeg.h.

Referenced by fg_free(), ifilter_bind_ist(), and send_eof().


The documentation for this struct was generated from the following file: