diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-10-24 21:33:18 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-10-24 21:33:18 +0000 |
commit | c522cb3f23849475348aa9c4ae6a70c83a1c2675 (patch) | |
tree | b35ef1cfe7ba1c8188c19ce3b314eda055b4978a /audio/gstsbcutil.h | |
parent | ac568573b26dc0d7f1a92457296606205dc144b1 (diff) |
Fix coding style issues
Diffstat (limited to 'audio/gstsbcutil.h')
-rw-r--r-- | audio/gstsbcutil.h | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/audio/gstsbcutil.h b/audio/gstsbcutil.h index 84161d85..70169a74 100644 --- a/audio/gstsbcutil.h +++ b/audio/gstsbcutil.h @@ -21,9 +21,6 @@ * */ - -/* common functions for gstreamer sbc related plugins */ - #include <gst/gst.h> gint gst_sbc_select_rate_from_list(const GValue *value); @@ -38,10 +35,10 @@ gint gst_sbc_select_blocks_from_range(const GValue *value); gint gst_sbc_select_subbands_from_list(const GValue *value); gint gst_sbc_select_subbands_from_range(const GValue *value); -const gchar* gst_sbc_get_allocation_from_list(const GValue *value); -gint gst_sbc_get_allocation_mode_int(const gchar* allocation); -const gchar* gst_sbc_get_allocation_string(int alloc); +const gchar *gst_sbc_get_allocation_from_list(const GValue *value); +gint gst_sbc_get_allocation_mode_int(const gchar *allocation); +const gchar *gst_sbc_get_allocation_string(int alloc); -const gchar* gst_sbc_get_mode_from_list(const GValue *value); -gint gst_sbc_get_mode_int(const gchar* mode); -const gchar* gst_sbc_get_mode_string(int joint); +const gchar *gst_sbc_get_mode_from_list(const GValue *value); +gint gst_sbc_get_mode_int(const gchar *mode); +const gchar *gst_sbc_get_mode_string(int joint); |