Skip to content
Extraits de code Groupes Projets
Valider 9c8c8831 rédigé par Rodrigo Braz Monteiro's avatar Rodrigo Braz Monteiro
Parcourir les fichiers

Fixes to directshow video provider.

Originally committed to SVN as r1937.
parent d9e25453
Branches
Étiquettes
Aucune requête de fusion associée trouvée
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
SubtitlesProvider::~SubtitlesProvider() { SubtitlesProvider::~SubtitlesProvider() {
} }
//////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////
// Check if provider available (doesn't verify provider works!) // Check if provider available (doesn't verify provider works!)
bool SubtitlesProviderFactory::ProviderAvailable() { bool SubtitlesProviderFactory::ProviderAvailable() {
......
...@@ -76,7 +76,7 @@ private: ...@@ -76,7 +76,7 @@ private:
unsigned int height; unsigned int height;
unsigned int num_frames; unsigned int num_frames;
double fps; double fps;
int64_t defd; __int64 defd;
HRESULT OpenVideo(wxString _filename); HRESULT OpenVideo(wxString _filename);
void CloseVideo(); void CloseVideo();
...@@ -128,3 +128,4 @@ public: ...@@ -128,3 +128,4 @@ public:
}; };
#endif #endif
#endif
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter