Merge r3302 into 2.1.8 so dummy video works again there too.

Originally committed to SVN as r3303.
This commit is contained in:
Niels Martin Hansen 2009-07-28 00:57:54 +00:00
parent 437c315536
commit 216bf20670
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ public:
bool AreKeyFramesLoaded() { return false; };
wxArrayInt GetKeyFrames() { return wxArrayInt(); };
bool IsVFR() { return false; };
bool NeedsVFRHack() { return true; }
FrameRate GetTrueFrameRate() { return FrameRate(); };
Aegisub::String GetDecoderName();