X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/86fe74c5cd0a6852f533874e1c2922ff07662b4a..e1c324c3752b01c1c565a8600e9c0ff0c3760982:/utils/wxMMedia2/board/mmbman.cpp diff --git a/utils/wxMMedia2/board/mmbman.cpp b/utils/wxMMedia2/board/mmbman.cpp index 36c18d53af..9b8723a6d9 100644 --- a/utils/wxMMedia2/board/mmbman.cpp +++ b/utils/wxMMedia2/board/mmbman.cpp @@ -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()