mirror of https://github.com/odrling/Aegisub
Apparently dummy video needs "the VFR hack" or it's broken.
Originally committed to SVN as r3302.
This commit is contained in:
parent
7aad443f48
commit
7f9099da90
|
@ -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(); };
|
||||||
|
|
||||||
wxString GetDecoderName();
|
wxString GetDecoderName();
|
||||||
|
|
Loading…
Reference in New Issue