FFmpeg
Data Fields
KeyframeForceCtx Struct Reference

#include <ffmpeg.h>

Data Fields

int type
 
int64_t ref_pts
 
int64_t * pts
 
int nb_pts
 
int index
 
AVExprpexpr
 
double expr_const_values [FKF_NB]
 
int dropped_keyframe
 

Detailed Description

Definition at line 546 of file ffmpeg.h.

Field Documentation

◆ type

int KeyframeForceCtx::type

Definition at line 547 of file ffmpeg.h.

Referenced by forced_kf_apply().

◆ ref_pts

int64_t KeyframeForceCtx::ref_pts

Definition at line 549 of file ffmpeg.h.

Referenced by forced_kf_apply().

◆ pts

int64_t* KeyframeForceCtx::pts

Definition at line 552 of file ffmpeg.h.

Referenced by forced_kf_apply(), and parse_forced_key_frames().

◆ nb_pts

int KeyframeForceCtx::nb_pts

Definition at line 553 of file ffmpeg.h.

Referenced by forced_kf_apply(), and parse_forced_key_frames().

◆ index

int KeyframeForceCtx::index

◆ pexpr

AVExpr* KeyframeForceCtx::pexpr

Definition at line 556 of file ffmpeg.h.

Referenced by forced_kf_apply().

◆ expr_const_values

double KeyframeForceCtx::expr_const_values[FKF_NB]

Definition at line 557 of file ffmpeg.h.

Referenced by forced_kf_apply().

◆ dropped_keyframe

int KeyframeForceCtx::dropped_keyframe

Definition at line 559 of file ffmpeg.h.

Referenced by forced_kf_apply().


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