mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
rtp: remove dead assignment
Value set to ret will be overwritten at least once at the end of the while loop, removing assignment.
This commit is contained in:
parent
693a924461
commit
7ae49b46ff
1 changed files with 0 additions and 2 deletions
|
@ -1047,8 +1047,6 @@ gst_rtp_h265_pay_payload_nal (GstRTPBasePayload * basepayload,
|
||||||
pos += 2;
|
pos += 2;
|
||||||
size -= 2;
|
size -= 2;
|
||||||
|
|
||||||
ret = GST_FLOW_OK;
|
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (basepayload, "Using FU fragmentation for data size=%d",
|
GST_DEBUG_OBJECT (basepayload, "Using FU fragmentation for data size=%d",
|
||||||
size);
|
size);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue