- Timestamp:
- 03/03/09 17:51:01 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegDecoderAudio.cpp
r9827 r9847 107 107 108 108 109 void FFmpegDecoderAudio::setAudioSink(osg::ref_ptr<osg::AudioSink Interface> audio_sink)109 void FFmpegDecoderAudio::setAudioSink(osg::ref_ptr<osg::AudioSink> audio_sink) 110 110 { 111 111 // The FFmpegDecoderAudio object takes the responsability of destroying the audio_sink. 112 osg::notify(osg::NOTICE)<<"Assigning "<<audio_sink<<std::endl; 112 113 m_audio_sink = audio_sink; 113 114 }
