]> git.sesse.net Git - ffmpeg/blobdiff - fftools/ffmpeg.h
avcodec/wmv2dec: skip frames that have only skiped MBs
[ffmpeg] / fftools / ffmpeg.h
index 8195f73e8b25e35e30ba245c8e3a3095e9929419..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;
@@ -526,9 +527,6 @@ typedef struct OutputStream {
 
     int keep_pix_fmt;
 
-    AVCodecParserContext *parser;
-    AVCodecContext       *parser_avctx;
-
     /* stats */
     // combined size of all the packets written
     uint64_t data_size;