mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
baseparse: Remove unused but set variable
GCC 4.6.0 spits warnings about these.
This commit is contained in:
parent
379d5dfb07
commit
223a1f62be
1 changed files with 0 additions and 3 deletions
|
@ -1216,14 +1216,11 @@ gst_base_parse_update_bitrates (GstBaseParse * parse, GstBaseParseFrame * frame)
|
|||
/* Only update the tag on a 10 kbps delta */
|
||||
static const gint update_threshold = 10000;
|
||||
|
||||
GstBaseParseClass *klass;
|
||||
guint64 data_len, frame_dur;
|
||||
gint overhead, frame_bitrate, old_avg_bitrate;
|
||||
gboolean update_min = FALSE, update_avg = FALSE, update_max = FALSE;
|
||||
GstBuffer *buffer = frame->buffer;
|
||||
|
||||
klass = GST_BASE_PARSE_GET_CLASS (parse);
|
||||
|
||||
overhead = frame->overhead;
|
||||
if (overhead == -1)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue