X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=fftools%2Fffmpeg.h;h=eb1eaf63633bcf284055bb647322d068d0a9e19b;hb=ba0a56e0b00474eb0e47d503b139816fe28c47e5;hp=d44b7a5c72a52e843fb84131c35d773b6d639b97;hpb=ae7e66fb4b1a256fb79a016b9c585de84ac77339;p=ffmpeg diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h index d44b7a5c72a..eb1eaf63633 100644 --- a/fftools/ffmpeg.h +++ b/fftools/ffmpeg.h @@ -484,6 +484,7 @@ typedef struct OutputStream { AVRational frame_aspect_ratio; /* forced key frames */ + int64_t forced_kf_ref_pts; int64_t *forced_kf_pts; int forced_kf_count; int forced_kf_index;