Fix double semicolons
authorTim-Philipp Müller <tim@centricular.com>
Tue, 10 Mar 2015 09:32:51 +0000 (09:32 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 10 Mar 2015 09:32:51 +0000 (09:32 +0000)
ext/dvdread/dvdreadsrc.c
gst/dvdsub/gstdvdsubdec.c

index e928559..e0584ef 100644 (file)
@@ -1020,7 +1020,7 @@ gst_dvd_read_src_set_property (GObject * object, guint prop_id,
       if (started) {
         g_warning ("%s: property '%s' needs to be set before the device is "
             "opened", GST_ELEMENT_NAME (src), pspec->name);
-        break;;
+        break;
       }
 
       g_free (src->location);
index 2589ee6..f6a3d81 100644 (file)
@@ -569,7 +569,7 @@ gst_dvd_sub_dec_merge_title (GstDvdSubDec * dec, GstVideoFrame * frame)
   gint hl_top, hl_bottom;
   gint last_y;
   RLE_state state;
-  guint8 *Y_data;;
+  guint8 *Y_data;
 
   GST_DEBUG_OBJECT (dec, "Merging subtitle on frame");