From Tanguy Fautre,
Clean up of the FFmpeg plugin's class API/AudioStream API. Implementation of isImageTransparent(). Implementation of Image:g/setPixelAspectRatio()
This commit is contained in:
@@ -130,7 +130,6 @@ void FFmpegDecoderAudio::setAudioSink(osg::ref_ptr<osg::AudioSink> audio_sink)
|
||||
|
||||
void FFmpegDecoderAudio::fillBuffer(void * const buffer, size_t size)
|
||||
{
|
||||
size_t filled = 0;
|
||||
uint8_t * dst_buffer = reinterpret_cast<uint8_t*>(buffer);
|
||||
|
||||
while (size != 0)
|
||||
|
||||
Reference in New Issue
Block a user