forked from mia/Aegisub
Added a new method to the video provider interface (unimplemented).
Originally committed to SVN as r1516.
This commit is contained in:
parent
adf6630564
commit
945c1b2bcd
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ public:
|
|||
virtual void OverrideFrameTimeList(wxArrayInt list) {} // Override the list with the provided one, for VFR handling
|
||||
virtual bool IsNativelyByFrames() { return false; }
|
||||
virtual wxString GetWarning() { return _T(""); }
|
||||
virtual wxString GetDecoderName() { return _("Unknown"); }
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue