From 042c8924b6c3df49ea3464a0c89401449047506d Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 7 Feb 2014 11:53:38 +0100 Subject: [PATCH] dvb-descriptor: Remove unneeded increment --- gst-libs/gst/mpegts/gst-dvb-descriptor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst-libs/gst/mpegts/gst-dvb-descriptor.c b/gst-libs/gst/mpegts/gst-dvb-descriptor.c index 761b29654c..e3aa9c2bd8 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; }