aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/video_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/video_player.h')
-rw-r--r--graphics/video/video_player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/video/video_player.h b/graphics/video/video_player.h
index 2ffce6f9a9..6a49448c56 100644
--- a/graphics/video/video_player.h
+++ b/graphics/video/video_player.h
@@ -154,6 +154,7 @@ protected:
uint32 frameCount;
int32 frameRate;
int32 frameDelay;
+ uint32 frameOffs;
uint32 currentFrame;
uint32 startTime;
} _videoInfo;