Fixes to directshow video provider.

Originally committed to SVN as r1937.
This commit is contained in:
Rodrigo Braz Monteiro 2008-03-07 00:00:40 +00:00
parent d9e254533a
commit 9c8c8831ec
2 changed files with 3 additions and 1 deletions

View File

@ -51,6 +51,7 @@
SubtitlesProvider::~SubtitlesProvider() {
}
////////////////////////////////////////////////////////////////
// Check if provider available (doesn't verify provider works!)
bool SubtitlesProviderFactory::ProviderAvailable() {

View File

@ -76,7 +76,7 @@ private:
unsigned int height;
unsigned int num_frames;
double fps;
int64_t defd;
__int64 defd;
HRESULT OpenVideo(wxString _filename);
void CloseVideo();
@ -128,3 +128,4 @@ public:
};
#endif
#endif