mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
dvb-descriptor: Remove unneeded increment
This commit is contained in:
parent
63348811d2
commit
042c8924b6
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue