- Timestamp:
- 12/15/09 10:16:20 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/quicktime/QTImportExport.cpp
r9769 r10891 13 13 14 14 #include <osgDB/FileNameUtils> 15 #include <osg/Image> 15 16 16 17 … … 152 153 break; 153 154 154 case GL_BGRA _EXT:155 case GL_BGRA: 155 156 aoffset = 0; 156 157 roffset = 1;
