Apparently dummy video needs "the VFR hack" or it's broken.

Originally committed to SVN as r3302.
This commit is contained in:
Niels Martin Hansen 2009-07-28 00:02:39 +00:00
parent 7aad443f48
commit 7f9099da90
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(); };
wxString GetDecoderName();