projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58a7c2a
)
rtpvorbispay: Remove dead assignment. Value never read after.
author
Edward Hervey
<bilboed@bilboed.com>
Sat, 18 Apr 2009 16:45:32 +0000
(18:45 +0200)
committer
Edward Hervey
<bilboed@bilboed.com>
Sat, 18 Apr 2009 16:51:29 +0000
(18:51 +0200)
gst/rtp/gstrtpvorbispay.c
patch
|
blob
|
history
diff --git
a/gst/rtp/gstrtpvorbispay.c
b/gst/rtp/gstrtpvorbispay.c
index 458839e844d62fd3e2e9ef0f49c309ea6248dcd2..0965e5aef1a5c55d26ec4571b4fafbfb564de1d5 100644
(file)
--- a/
gst/rtp/gstrtpvorbispay.c
+++ b/
gst/rtp/gstrtpvorbispay.c
@@
-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) {