diff --git a/examples/osgmovie/osgmovie.cpp b/examples/osgmovie/osgmovie.cpp index 7221e6f37..7fa9f3af0 100644 --- a/examples/osgmovie/osgmovie.cpp +++ b/examples/osgmovie/osgmovie.cpp @@ -701,8 +701,8 @@ void SDLAudioSink::play() - SDL_AudioSpec specs = { 0 }; - SDL_AudioSpec wanted_specs = { 0 }; + SDL_AudioSpec specs; + SDL_AudioSpec wanted_specs; wanted_specs.freq = _audioStream->audioFrequency(); wanted_specs.channels = _audioStream->audioNbChannels();