X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg.h;h=82ab1ee2fbf955efdfcee6e17a03d3496b39a12b;hb=5b6c0fdb4316ef71ef151e8b0f9137fe64877589;hp=cdcb3b46fa5b38e781f7e97f59f59e0f22c7bd77;hpb=618817b6a8f29b4f24fd53c7bf916f070e182136;p=ffmpeg diff --git a/ffmpeg.h b/ffmpeg.h index cdcb3b46fa5..82ab1ee2fbf 100644 --- a/ffmpeg.h +++ b/ffmpeg.h @@ -414,13 +414,14 @@ typedef struct OutputStream { int64_t max_frames; AVFrame *filtered_frame; AVFrame *last_frame; - int last_droped; + int last_dropped; int last_nb0_frames[3]; void *hwaccel_ctx; /* video only */ AVRational frame_rate; + int is_cfr; int force_fps; int top_field_first; int rotate_overridden;