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 478 of file ffmpeg.h.
Referenced by forced_kf_apply().
int64_t KeyframeForceCtx::ref_pts |
Definition at line 480 of file ffmpeg.h.
Referenced by forced_kf_apply().
int64_t* KeyframeForceCtx::pts |
Definition at line 483 of file ffmpeg.h.
Referenced by forced_kf_apply(), and parse_forced_key_frames().
int KeyframeForceCtx::nb_pts |
Definition at line 484 of file ffmpeg.h.
Referenced by forced_kf_apply(), and parse_forced_key_frames().
int KeyframeForceCtx::index |
Definition at line 485 of file ffmpeg.h.
Referenced by forced_kf_apply().
AVExpr* KeyframeForceCtx::pexpr |
Definition at line 487 of file ffmpeg.h.
Referenced by forced_kf_apply().
Definition at line 488 of file ffmpeg.h.
Referenced by forced_kf_apply().