Introduce FFmpegAudioStream implementation

This commit is contained in:
Robert Osfield
2009-03-03 16:51:01 +00:00
parent e0959ea804
commit e035decd95
14 changed files with 198 additions and 76 deletions

View File

@@ -15,7 +15,7 @@
using namespace osg;
AudioSinkInterface::AudioSinkInterface() :
AudioSink::AudioSink() :
_delay(0.0)
{
}