rtpvorbispay: Remove dead assignment. Value never read after.

This commit is contained in:
Edward Hervey 2009-04-18 18:45:32 +02:00
parent 58a7c2ad8d
commit bf9c2067cf

View file

@ -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) {