Originally committed to SVN as r365.

This commit is contained in:
Rodrigo Braz Monteiro 2006-05-06 01:17:34 +00:00
parent 2453609061
commit 114bd4dbce
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@
#include <map>
#include <wx/wxprec.h>
class VideoProvider;

View File

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