X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2Fsrc%2Fmodules%2Fsdl%2Fconsumer_sdl.c;h=2725d1df715f55d3078866176c15575dd7b00cea;hb=8bf137cd71aafb9c8f6a42c78ddb6bd0a8fe99db;hp=85852d5703bbcff886966b1d060a475994964b85;hpb=9390e8b584f3f717f0a326893c0e37cf187a0a51;p=melted diff --git a/mlt/src/modules/sdl/consumer_sdl.c b/mlt/src/modules/sdl/consumer_sdl.c index 85852d5..2725d1d 100644 --- a/mlt/src/modules/sdl/consumer_sdl.c +++ b/mlt/src/modules/sdl/consumer_sdl.c @@ -199,7 +199,7 @@ static int consumer_play_audio( consumer_sdl this, mlt_frame frame, int init_aud // Get the properties of this consumer mlt_properties properties = this->properties; mlt_audio_format afmt = mlt_audio_pcm; - int channels; + int channels = 0; int samples; int frequency; int16_t *pcm;