X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fgstmaruutils.c;h=18ebb81546d8b9c3ee368d6c76767e8275cce669;hb=fdc10052719f94cce58c28ee2d466d96459c075c;hp=2081b49515b709ffdcd1dbd76b0215e6dfe118c2;hpb=0e61421f77e71960e483c764831def637d44197e;p=platform%2Fadaptation%2Femulator%2Fgst-plugins-emulator.git diff --git a/src/gstmaruutils.c b/src/gstmaruutils.c index 2081b49..18ebb81 100644 --- a/src/gstmaruutils.c +++ b/src/gstmaruutils.c @@ -1518,7 +1518,7 @@ void gst_maru_audioinfo_to_context (GstAudioInfo *info, CodecContext *context) { const CodecElement *codec = context->codec; - enum SampleFormat smpl_fmts[4]; + enum SampleFormat smpl_fmts[4] = { -1, }; enum SampleFormat smpl_fmt = -1; int i;