]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxMMedia2/board/mmbman.cpp
Compilation fixes
[wxWidgets.git] / utils / wxMMedia2 / board / mmbman.cpp
index 36c18d53afc4754f471ed6c7580e722a98f65870..9b8723a6d98964bf03f0ac6af1a2475dc0f0a421 100644 (file)
@@ -381,18 +381,19 @@ MMBoardTime MMBoardVideoFile::GetLength()
 {
   MMBoardTime btime;
 
-  btime.seconds = btime.minutes = btime.hours = 1;
+  btime.seconds = 1;
+  btime.minutes = btime.hours = 0;
   return btime;
 }
 
 bool MMBoardVideoFile::IsStopped()
 {
-  return FALSE;
+  return m_video_driver->IsStopped();
 }
 
 bool MMBoardVideoFile::IsPaused()
 {
-  return FALSE;
+  return m_video_driver->IsPaused();
 }
 
 wxString MMBoardVideoFile::GetStringType()