summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2014-02-07 11:53:38 +0100
committerEdward Hervey <bilboed@bilboed.com>2014-02-07 11:53:38 +0100
commit042c8924b6c3df49ea3464a0c89401449047506d (patch)
treeb8e3f635e87c6eb045c53969d20528be03be775f
parent63348811d27d6cfbd305f98277c45907e0065230 (diff)
dvb-descriptor: Remove unneeded increment
-rw-r--r--gst-libs/gst/mpegts/gst-dvb-descriptor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst-libs/gst/mpegts/gst-dvb-descriptor.c b/gst-libs/gst/mpegts/gst-dvb-descriptor.c
index 761b29654..e3aa9c2bd 100644
--- a/gst-libs/gst/mpegts/gst-dvb-descriptor.c
+++ b/gst-libs/gst/mpegts/gst-dvb-descriptor.c
@@ -480,7 +480,6 @@ gst_mpegts_descriptor_from_dvb_subtitling (const gchar * lang,
data += 2;
GST_WRITE_UINT16_BE (data, ancillary);
- data += 2;
return descriptor;
}