]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.h
doc/writing_filters: use ffmpeg.org instead of wikimedia.org for lena image
[ffmpeg] / ffmpeg.h
index c45660309e484d75bf272a969ca6c0c85c1a9bb8..1ace8be71f62fc40072d78126b41cbef2d64a568 100644 (file)
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -388,6 +388,8 @@ typedef struct OutputStream {
     AVCodec *enc;
     int64_t max_frames;
     AVFrame *filtered_frame;
+    AVFrame *last_frame;
+    int last_droped;
 
     /* video only */
     AVRational frame_rate;