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:
Luis de Bethencourt 2015-07-29 17:29:28 +01:00 committed by Tim-Philipp Müller
parent 693a924461
commit 7ae49b46ff

View file

@ -1047,8 +1047,6 @@ gst_rtp_h265_pay_payload_nal (GstRTPBasePayload * basepayload,
pos += 2;
size -= 2;
ret = GST_FLOW_OK;
GST_DEBUG_OBJECT (basepayload, "Using FU fragmentation for data size=%d",
size);