]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.h
Merge commit '4a7af92cc80ced8498626401ed21f25ffe6740c8'
[ffmpeg] / ffmpeg.h
index 3641a626b402fbaca708d221dd13aa770e28e534..558c99678975fe062eb0fac9fa4d1eee71f55ec5 100644 (file)
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -320,6 +320,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;