mirror of https://github.com/odrling/Aegisub
Merge r3302 into 2.1.8 so dummy video works again there too.
Originally committed to SVN as r3303.
This commit is contained in:
parent
437c315536
commit
216bf20670
|
@ -77,6 +77,7 @@ public:
|
||||||
bool AreKeyFramesLoaded() { return false; };
|
bool AreKeyFramesLoaded() { return false; };
|
||||||
wxArrayInt GetKeyFrames() { return wxArrayInt(); };
|
wxArrayInt GetKeyFrames() { return wxArrayInt(); };
|
||||||
bool IsVFR() { return false; };
|
bool IsVFR() { return false; };
|
||||||
|
bool NeedsVFRHack() { return true; }
|
||||||
FrameRate GetTrueFrameRate() { return FrameRate(); };
|
FrameRate GetTrueFrameRate() { return FrameRate(); };
|
||||||
|
|
||||||
Aegisub::String GetDecoderName();
|
Aegisub::String GetDecoderName();
|
||||||
|
|
Loading…
Reference in New Issue