rtptheorapay: Remove dead assignment. Value never read after.

This commit is contained in:
Edward Hervey 2009-04-18 18:45:07 +02:00
parent 8cf696a1f1
commit 58a7c2ad8d

View file

@ -556,7 +556,7 @@ gst_rtp_theora_pay_handle_buffer (GstBaseRTPPayload * basepayload,
if (rtptheorapay->packet)
flush |= (rtptheorapay->payload_TDT != TDT);
if (flush)
ret = gst_rtp_theora_pay_flush_packet (rtptheorapay);
gst_rtp_theora_pay_flush_packet (rtptheorapay);
/* create new packet if we must */
if (!rtptheorapay->packet) {