From 57f6f2655df20ab9d5ab312819641f75f21cb595 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 23 Dec 2008 04:21:57 +0100 Subject: sbc: Assign variables after declarations --- ext/sbc/gstsbcutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/sbc') diff --git a/ext/sbc/gstsbcutil.c b/ext/sbc/gstsbcutil.c index 292b7de27..3d3f42353 100644 --- a/ext/sbc/gstsbcutil.c +++ b/ext/sbc/gstsbcutil.c @@ -102,9 +102,9 @@ gst_sbc_get_mode_from_list (const GValue * list, gint channels) const GValue *value; const gchar *aux; gboolean joint, stereo, dual, mono; + guint size = gst_value_list_get_size (list); joint = stereo = dual = mono = FALSE; - guint size = gst_value_list_get_size (list); for (i = 0; i < size; i++) { value = gst_value_list_get_value (list, i); -- cgit v1.2.1