]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.h
ffmpeg: When streamcopying, only add the input seek position when copying timestamps.
[ffmpeg] / ffmpeg.h
index cdcb3b46fa5b38e781f7e97f59f59e0f22c7bd77..82ab1ee2fbf955efdfcee6e17a03d3496b39a12b 100644 (file)
--- 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;