]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.h
ff: fix case where image does not have alpha channel
[ffmpeg] / ffmpeg.h
index 292670a59f5b9ffb074d816da469b90b8f76e64a..e981a74f5253ac5b6be603cee3d2147e81d62905 100644 (file)
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -217,6 +217,9 @@ typedef struct InputStream {
     int64_t       next_pts;  ///< synthetic pts for the next decode frame (in AV_TIME_BASE units)
     int64_t       pts;       ///< current pts of the decoded frame  (in AV_TIME_BASE units)
     int           wrap_correction_done;
+
+    int64_t filter_in_rescale_delta_last;
+
     double ts_scale;
     int is_start;            /* is 1 at the start and after a discontinuity */
     int saw_first_ts;