Show
Ignore:
Timestamp:
12/15/09 10:16:20 (3 years ago)
Author:
robert
Message:

Changed GL_BGRA_EXT to GL_BGRA and added include of include/osg/Image to make sure define is declared

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/src/osgPlugins/quicktime/QuicktimeLiveImageStream.cpp

    r7586 r10891  
    1515 
    1616#include <osg/Notify> 
     17#include <osg/Image> 
    1718#include <osg/Timer> 
    1819#include <osg/ref_ptr> 
     
    114115 
    115116    setImage(m_videoRectWidth,m_videoRectHeight,1, 
    116             (GLint) GL_RGBA8, (GLenum)GL_BGRA_EXT, internalFormat, 
     117            (GLint) GL_RGBA8, (GLenum)GL_BGRA, internalFormat, 
    117118            (unsigned char*)buffer,osg::Image::NO_DELETE,4); 
    118119}