rtpvorbispay: Remove dead assignment. Value never read after.
authorEdward Hervey <bilboed@bilboed.com>
Sat, 18 Apr 2009 16:45:32 +0000 (18:45 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 18 Apr 2009 16:51:29 +0000 (18:51 +0200)
gst/rtp/gstrtpvorbispay.c

index 458839e844d62fd3e2e9ef0f49c309ea6248dcd2..0965e5aef1a5c55d26ec4571b4fafbfb564de1d5 100644 (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) {