From 021440b9a4449ada5e4bb2221dbadc5fc9f67ac5 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 9 Feb 2005 12:29:09 +0000 Subject: [PATCH] Commented out the debug messages, added back in the audio into the xine plugin --- src/osg/TextureRectangle.cpp | 2 +- src/osgPlugins/mpeg/MpegImageStream.cpp | 5 ++++- src/osgPlugins/xine/ReaderWriterXine.cpp | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/osg/TextureRectangle.cpp b/src/osg/TextureRectangle.cpp index a8c7f18ac..6fddb2efc 100644 --- a/src/osg/TextureRectangle.cpp +++ b/src/osg/TextureRectangle.cpp @@ -305,7 +305,7 @@ void TextureRectangle::applyTexImage_subload(GLenum target, Image* image, State& glPixelStorei(GL_UNPACK_ALIGNMENT, image->getPacking()); -#define DO_TIMING +// #define DO_TIMING #ifdef DO_TIMING osg::Timer_t start_tick = osg::Timer::instance()->tick(); osg::notify(osg::NOTICE)<<"glTexSubImage2D pixelFormat = "<getPixelFormat()< using namespace osg; @@ -49,7 +50,9 @@ using namespace osg; // Constructor: setup and start thread MpegImageStream::MpegImageStream(const char* fileName) : ImageStream() { - _useMMX = false; + std::cout<<"Opening pegImageStream::MpegImageStream"<