From 58a7c2ad8d546898e89e6ab8eeb6cbd59d72c91a Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 18 Apr 2009 18:45:07 +0200 Subject: rtptheorapay: Remove dead assignment. Value never read after. --- gst/rtp/gstrtptheorapay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst') diff --git a/gst/rtp/gstrtptheorapay.c b/gst/rtp/gstrtptheorapay.c index e09da045..5ce04863 100644 --- a/gst/rtp/gstrtptheorapay.c +++ b/gst/rtp/gstrtptheorapay.c @@ -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) { -- cgit