From Stephan Huber, "minor bugfixes for the quicktime-plugin"

This commit is contained in:
Robert Osfield
2006-12-05 17:30:36 +00:00
parent 2b8bcb9bb0
commit caa27618fc
3 changed files with 10 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ public:
// this should be the only image importer required on the Mac
// dont know what else it supports, but these will do
return
/*osgDB::equalCaseInsensitive(extension,"rgb") ||
osgDB::equalCaseInsensitive(extension,"rgb") ||
osgDB::equalCaseInsensitive(extension,"rgba") ||
osgDB::equalCaseInsensitive(extension,"jpg") ||
osgDB::equalCaseInsensitive(extension,"jpeg") ||
@@ -59,7 +59,7 @@ public:
osgDB::equalCaseInsensitive(extension,"pct") ||
osgDB::equalCaseInsensitive(extension,"tga") ||
osgDB::equalCaseInsensitive(extension,"psd") ||
*/
acceptsMovieExtension(extension);
}