Added a new method to the video provider interface (unimplemented).

Originally committed to SVN as r1516.
This commit is contained in:
Rodrigo Braz Monteiro 2007-08-19 05:50:28 +00:00
parent adf6630564
commit 945c1b2bcd

View file

@ -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"); }
};