From: Alessandro Decina Date: Mon, 27 Dec 2010 12:20:28 +0000 (+0100) Subject: dvbsuboverlay: fix compiler warnings X-Git-Tag: 1.19.3~507^2~16062^2~237 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=143efa727e28e82d677cbe37969c0307cba91b9c;p=platform%2Fupstream%2Fgstreamer.git dvbsuboverlay: fix compiler warnings --- diff --git a/gst/dvbsuboverlay/gstdvbsuboverlay.c b/gst/dvbsuboverlay/gstdvbsuboverlay.c index a2b7b1e27e..64cfe9c317 100644 --- a/gst/dvbsuboverlay/gstdvbsuboverlay.c +++ b/gst/dvbsuboverlay/gstdvbsuboverlay.c @@ -480,7 +480,7 @@ blit_i420 (GstDVBSubOverlay * overlay, DVBSubtitles * subs, GstBuffer * buffer) gint u_offset, u_height, u_width, u_stride; gint v_offset, v_height, v_width, v_stride; gint scale = 0; - gint scale_x, scale_y; /* 16.16 fixed point */ + gint scale_x = 0, scale_y = 0; /* 16.16 fixed point */ y_offset = gst_video_format_get_component_offset (GST_VIDEO_FORMAT_I420, 0, width,