Show
Ignore:
Timestamp:
02/27/09 18:00:28 (4 years ago)
Author:
robert
Message:

Ported across from using boost pointers, and prepped for integration of audio interface into core OSG

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp

    r9816 r9826  
    122122 
    123123 
    124 void FFmpegImageStream::setAudioSink(osg::ref_ptr<AudioSinkInterface> audio_sink) 
     124void FFmpegImageStream::setAudioSink(osg::AudioSinkInterface* audio_sink) 
    125125{  
    126126    m_decoder->audio_decoder().setAudioSink(audio_sink);  
    127127} 
    128  
    129128 
    130129