dvbsuboverlay: remove unused assignment
buf is incremented just before returning, this new value is never used. Removing unused assignment.
This commit is contained in:
parent
6857048079
commit
a818a93d14
@ -1168,7 +1168,6 @@ _dvb_sub_parse_display_definition_segment (DvbSub * dvb_sub, guint8 * buf,
|
|||||||
buf += 2;
|
buf += 2;
|
||||||
dvb_sub->display_def.window_height =
|
dvb_sub->display_def.window_height =
|
||||||
GST_READ_UINT16_BE (buf) - dvb_sub->display_def.window_y + 1;
|
GST_READ_UINT16_BE (buf) - dvb_sub->display_def.window_y + 1;
|
||||||
buf += 2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user