rtpvorbispay: Remove dead assignment. Value never read after.
This commit is contained in:
parent
58a7c2ad8d
commit
bf9c2067cf
@ -541,7 +541,7 @@ gst_rtp_vorbis_pay_handle_buffer (GstBaseRTPPayload * basepayload,
|
||||
if (rtpvorbispay->packet)
|
||||
flush |= (rtpvorbispay->payload_VDT != VDT);
|
||||
if (flush)
|
||||
ret = gst_rtp_vorbis_pay_flush_packet (rtpvorbispay);
|
||||
gst_rtp_vorbis_pay_flush_packet (rtpvorbispay);
|
||||
|
||||
/* create new packet if we must */
|
||||
if (!rtpvorbispay->packet) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user