mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +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
d37fcff732
commit
0e29906a6f
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue