diff data/fileio/VideoFileReader.h @ 145:e63e8272dcb0

the video size is updated automatically
author benoitrigolleau
date Tue, 13 Nov 2007 17:23:53 +0000
parents 66af7c1b10d9
children 2ac52ea3c1c4
line wrap: on
line diff
--- a/data/fileio/VideoFileReader.h	Tue Nov 13 11:09:57 2007 +0000
+++ b/data/fileio/VideoFileReader.h	Tue Nov 13 17:23:53 2007 +0000
@@ -52,7 +52,9 @@
 	SDL_Surface *screen;
 	SDL_ffmpegFile* film;
     QProgressDialog *m_progress;
-    bool m_cancelled;	
+    bool m_cancelled;
+	int m_width;
+	int m_height;