|
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 547 of file ffmpeg.h.
Referenced by forced_kf_apply().
| int64_t KeyframeForceCtx::ref_pts |
Definition at line 549 of file ffmpeg.h.
Referenced by forced_kf_apply().
| int64_t* KeyframeForceCtx::pts |
Definition at line 552 of file ffmpeg.h.
Referenced by forced_kf_apply(), and parse_forced_key_frames().
| int KeyframeForceCtx::nb_pts |
Definition at line 553 of file ffmpeg.h.
Referenced by forced_kf_apply(), and parse_forced_key_frames().
| int KeyframeForceCtx::index |
Definition at line 554 of file ffmpeg.h.
Referenced by convert_from_tensorflow.Operand::__lt__(), convert_from_tensorflow.Operand::__str__(), and forced_kf_apply().
| AVExpr* KeyframeForceCtx::pexpr |
Definition at line 556 of file ffmpeg.h.
Referenced by forced_kf_apply().
Definition at line 557 of file ffmpeg.h.
Referenced by forced_kf_apply().
| int KeyframeForceCtx::dropped_keyframe |
Definition at line 559 of file ffmpeg.h.
Referenced by forced_kf_apply().
1.8.17