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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user