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/FFmpegDecoderAudio.hpp

    r9818 r9826  
    3131    virtual void run(); 
    3232 
    33     void setAudioSink(osg::ref_ptr<AudioSinkInterface> audio_sink); 
     33    void setAudioSink(osg::ref_ptr<osg::AudioSinkInterface> audio_sink); 
    3434    void fillBuffer(void * buffer, size_t size); 
    3535 
     
    4242 
    4343    //typedef boost::shared_ptr<AVFrame> FramePtr; 
    44     typedef osg::ref_ptr<AudioSinkInterface> SinkPtr; 
     44    typedef osg::ref_ptr<osg::AudioSinkInterface> SinkPtr; 
    4545    typedef std::vector<uint8_t> Buffer; 
    4646