]> git.sesse.net Git - ffmpeg/blobdiff - avconv.h
vf_overlay: use the name 's' for the pointer to the private context
[ffmpeg] / avconv.h
index 73e20e8fe051f6338cd4119f163ffd00766dbd7b..1244d86ec3c0eeb06540feff975e6c420dff622a 100644 (file)
--- a/avconv.h
+++ b/avconv.h
@@ -36,7 +36,6 @@
 #include "libavcodec/avcodec.h"
 
 #include "libavfilter/avfilter.h"
-#include "libavfilter/avfiltergraph.h"
 
 #include "libavutil/avutil.h"
 #include "libavutil/dict.h"
@@ -267,6 +266,8 @@ typedef struct OutputStream {
     /* pts of the first frame encoded for this stream, used for limiting
      * recording time */
     int64_t first_pts;
+    /* dts of the last packet sent to the muxer */
+    int64_t last_mux_dts;
     AVBitStreamFilterContext *bitstream_filters;
     AVCodec *enc;
     int64_t max_frames;