]> git.sesse.net Git - ffmpeg/blobdiff - avconv.h
lavc: Remove old vaapi decode infrastructure
[ffmpeg] / avconv.h
index cffe11473fd4caf4ae735f26b5080d5c40fb8b04..fcdf3d04613e21b1c065081d7200202017a0a074 100644 (file)
--- a/avconv.h
+++ b/avconv.h
@@ -269,6 +269,11 @@ typedef struct InputStream {
     int64_t       last_dts;
     int64_t min_pts; /* pts with the smallest value in a current stream */
     int64_t max_pts; /* pts with the higher value in a current stream */
+
+    // when forcing constant input framerate through -r,
+    // this contains the pts that will be given to the next decoded frame
+    int64_t cfr_next_pts;
+
     int64_t nb_samples; /* number of samples in the last decoded audio frame before looping */
     PtsCorrectionContext pts_ctx;
     double ts_scale;