rtp: remove dead assignment
authorLuis de Bethencourt <luis@debethencourt.com>
Wed, 29 Jul 2015 16:29:28 +0000 (17:29 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 16 Feb 2016 00:24:40 +0000 (00:24 +0000)
commit7ae49b46ffc7e333993cc229ceb94c5218c0a6f0
treef29554a27ea1bed3f3715b4c0cd9f4fe696f59de
parent693a924461ac535b0fe99b332c9d9d7786b1a975
rtp: remove dead assignment

Value set to ret will be overwritten at least once at the end of the while
loop, removing assignment.
gst/rtp/gstrtph265pay.c