From 216bf2067055d29beed7d06ae66039ea11d3d62c Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Tue, 28 Jul 2009 00:57:54 +0000 Subject: [PATCH] Merge r3302 into 2.1.8 so dummy video works again there too. Originally committed to SVN as r3303. --- aegisub/src/video_provider_dummy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/aegisub/src/video_provider_dummy.h b/aegisub/src/video_provider_dummy.h index b1513261d..09d292a96 100644 --- a/aegisub/src/video_provider_dummy.h +++ b/aegisub/src/video_provider_dummy.h @@ -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();