- Timestamp:
- 03/11/09 18:39:08 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp
r9910 r9912 40 40 FFmpegImageStream::~FFmpegImageStream() 41 41 { 42 osg::notify(osg:: NOTICE)<<"Destructing FFMpegImageStream..."<<std::endl;42 osg::notify(osg::INFO)<<"Destructing FFmpegImageStream..."<<std::endl; 43 43 44 44 quit(true); 45 45 46 osg::notify(osg:: NOTICE)<<"Have done quit"<<std::endl;46 osg::notify(osg::INFO)<<"Have done quit"<<std::endl; 47 47 48 48 // release athe audio streams to make sure that the decoder doesn't retain any external … … 56 56 delete m_commands; 57 57 58 osg::notify(osg:: NOTICE)<<"Destructed FFMpegImageStream."<<std::endl;58 osg::notify(osg::INFO)<<"Destructed FFMpegImageStream."<<std::endl; 59 59 } 60 60
