FFmpeg
|
Data Fields | |
const AVClass * | class |
int64_t | duration |
int64_t | start_time |
int64_t | end_time |
int64_t | start_frame |
int64_t | end_frame |
double | duration_dbl |
double | start_time_dbl |
double | end_time_dbl |
int64_t | start_pts |
int64_t | end_pts |
int64_t | start_sample |
int64_t | end_sample |
int64_t | nb_frames |
int64_t | nb_samples |
int64_t | first_pts |
int64_t | duration_tb |
int64_t | next_pts |
int | eof |
int64_t TrimContext::duration |
Definition at line 43 of file trim.c.
Referenced by config_input().
int64_t TrimContext::start_time |
Definition at line 44 of file trim.c.
Referenced by config_input().
int64_t TrimContext::end_time |
Definition at line 44 of file trim.c.
Referenced by config_input().
double TrimContext::duration_dbl |
Definition at line 47 of file trim.c.
Referenced by config_input().
double TrimContext::start_time_dbl |
Definition at line 48 of file trim.c.
Referenced by config_input().
double TrimContext::end_time_dbl |
Definition at line 48 of file trim.c.
Referenced by config_input().
int64_t TrimContext::start_pts |
Definition at line 53 of file trim.c.
Referenced by config_input().
int64_t TrimContext::end_pts |
Definition at line 53 of file trim.c.
Referenced by config_input().
int64_t TrimContext::duration_tb |
Definition at line 71 of file trim.c.
Referenced by config_input().