- Timestamp:
- 02/27/09 18:00:28 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegDecoderAudio.cpp
r9818 r9826 107 107 108 108 109 void FFmpegDecoderAudio::setAudioSink(osg::ref_ptr< AudioSinkInterface> audio_sink)109 void FFmpegDecoderAudio::setAudioSink(osg::ref_ptr<osg::AudioSinkInterface> audio_sink) 110 110 { 111 111 // The FFmpegDecoderAudio object takes the responsability of destroying the audio_sink.
