]> git.sesse.net Git - ffmpeg/blobdiff - fftools/ffmpeg.h
avcodec/wmv2dec: skip frames that have only skiped MBs
[ffmpeg] / fftools / ffmpeg.h
index d44b7a5c72a52e843fb84131c35d773b6d639b97..eb1eaf63633bcf284055bb647322d068d0a9e19b 100644 (file)
@@ -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;