summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpceltdepay.c
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-08-09 09:43:00 +0200
committerEdward Hervey <bilboed@bilboed.com>2009-08-10 09:58:33 +0200
commit0d6f0801f5c9052f40091cabe30b64cc487fe7de (patch)
tree9623bc4c19f5315e847babefac9e545adde5fa0a /gst/rtp/gstrtpceltdepay.c
parent153ae910a01e52e1c60e77a9fe821b195ea1d092 (diff)
rtp: Remove dead assignments and resulting unneeded variables.
Diffstat (limited to 'gst/rtp/gstrtpceltdepay.c')
-rw-r--r--gst/rtp/gstrtpceltdepay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpceltdepay.c b/gst/rtp/gstrtpceltdepay.c
index db3a96d0..2263aad5 100644
--- a/gst/rtp/gstrtpceltdepay.c
+++ b/gst/rtp/gstrtpceltdepay.c
@@ -208,7 +208,6 @@ gst_rtp_celt_depay_process (GstBaseRTPDepayload * depayload, GstBuffer * buf)
total_size = 0;
offset = 0;
while (total_size < payload_len) {
- size = 0;
do {
s = payload[offset++];
total_size += s + 1;