Removed the default play() in the MPEG, QuickTime and Xine plugins, moving

it into the osgmovie application, and into readNodeFile method where
--movie is now available for detecting movie code.
This commit is contained in:
Robert Osfield
2005-02-22 20:56:56 +00:00
parent e01990d419
commit e2f6dc5bf4
5 changed files with 31 additions and 11 deletions

View File

@@ -71,7 +71,7 @@ class ReaderWriterQT : public osgDB::ReaderWriter
// state on the ImageStream... will integrated as is right now
// to get things off the ground.
osg::QuicktimeImageStream* moov = new osg::QuicktimeImageStream(fileName);
moov->play();
// moov->play();
return moov;
}