diff options
Diffstat (limited to 'gst/videodrop/gstvideodrop.h')
-rw-r--r-- | gst/videodrop/gstvideodrop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videodrop/gstvideodrop.h b/gst/videodrop/gstvideodrop.h index 429be2c4..20f954a4 100644 --- a/gst/videodrop/gstvideodrop.h +++ b/gst/videodrop/gstvideodrop.h @@ -48,7 +48,7 @@ struct _GstVideodrop { gfloat from_fps, to_fps; gfloat speed; - guint64 pass, total; + guint64 pass, total, time_adjust; }; struct _GstVideodropClass { |