FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
int | type |
int64_t | ref_pts |
int64_t * | pts |
int | nb_pts |
int | index |
AVExpr * | pexpr |
double | expr_const_values [FKF_NB] |
int | dropped_keyframe |
int KeyframeForceCtx::type |
Definition at line 497 of file ffmpeg.h.
Referenced by forced_kf_apply().
int64_t KeyframeForceCtx::ref_pts |
Definition at line 499 of file ffmpeg.h.
Referenced by forced_kf_apply().
int64_t* KeyframeForceCtx::pts |
Definition at line 502 of file ffmpeg.h.
Referenced by forced_kf_apply(), and parse_forced_key_frames().
int KeyframeForceCtx::nb_pts |
Definition at line 503 of file ffmpeg.h.
Referenced by forced_kf_apply(), and parse_forced_key_frames().
int KeyframeForceCtx::index |
Definition at line 504 of file ffmpeg.h.
Referenced by forced_kf_apply().
AVExpr* KeyframeForceCtx::pexpr |
Definition at line 506 of file ffmpeg.h.
Referenced by forced_kf_apply().
Definition at line 507 of file ffmpeg.h.
Referenced by forced_kf_apply().