diff options
Diffstat (limited to 'ext/musepack')
-rw-r--r-- | ext/musepack/gstmusepackdec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/musepack/gstmusepackdec.h b/ext/musepack/gstmusepackdec.h index 3b931cad..3743519c 100644 --- a/ext/musepack/gstmusepackdec.h +++ b/ext/musepack/gstmusepackdec.h @@ -71,8 +71,8 @@ typedef struct _GstMusepackDecClass { GType gst_musepackdec_get_type (void); extern gboolean gst_musepackdec_src_convert (GstPad * pad, - GstFormat src_format, - gint64 src_value, GstFormat * dest_format, gint64 * dest_value); + GstFormat src_format, + gint64 src_value, GstFormat * dest_format, gint64 * dest_value); G_END_DECLS |