- Timestamp:
- 02/27/09 21:16:08 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp
r9826 r9827 128 128 129 129 130 void FFmpegImageStream:: fillAudioBuffer(void * const buffer, const size_t size)130 void FFmpegImageStream::consumeAudioBuffer(void * const buffer, const size_t size) 131 131 { 132 132 m_decoder->audio_decoder().fillBuffer(buffer, size); … … 184 184 185 185 186 FFmpegSampleFormat FFmpegImageStream::audioSampleFormat() const186 osg::AudioStream::SampleFormat FFmpegImageStream::audioSampleFormat() const 187 187 { 188 188 return m_decoder->audio_decoder().sampleFormat();
