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
@ -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…
x
Reference in New Issue
Block a user