mirror of https://github.com/odrling/Aegisub
Originally committed to SVN as r365.
This commit is contained in:
parent
2453609061
commit
114bd4dbce
|
@ -38,6 +38,7 @@
|
|||
|
||||
|
||||
#include <map>
|
||||
#include <wx/wxprec.h>
|
||||
|
||||
|
||||
class VideoProvider;
|
||||
|
|
|
@ -83,6 +83,7 @@ private:
|
|||
PClip ApplyDARZoom(double _zoom, double _dar, PClip videosource);
|
||||
wxBitmap GetFrame(int n, bool force);
|
||||
void LoadVSFilter();
|
||||
void AttachOverlay(SubtitleProvider::Overlay *_overlay) {}
|
||||
|
||||
public:
|
||||
AvisynthVideoProvider(wxString _filename, wxString _subfilename);
|
||||
|
|
Loading…
Reference in New Issue