Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/quicktime/QTUtils.h
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/quicktime/QTUtils.h
r9932 r13041 11 11 #define QTUTILS_HEADER_ 12 12 13 // Quicktime plugin is able to load regular 2D images 14 // besides movie streams. 13 // Quicktime plugin is able to load regular 2D images 14 // besides movie streams. 15 15 // It is used as default image loader on __APPLE__ 16 16 // Uncomment this define to use it as image loader 17 // on other platforms. 17 // on other platforms. 18 18 // #define QT_HANDLE_IMAGES_ALSO 19 19 … … 43 43 return port->portPixMap; 44 44 } 45 45 46 46 } 47 47 … … 50 50 51 51 #endif 52 52 53 53 54 54
