diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2009-01-30 00:31:15 +0100 |
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2009-01-30 00:31:15 +0100 |
| commit | 0260a8613bd992b596dfa0f2b69ecfbba33c9bca (patch) | |
| tree | d38f86a1d3d38d15041e61de985a3a185c8b2010 /audio/gstsbcenc.h | |
| parent | b41ba1eb2b6b7a775536f803eda6fe42d8742745 (diff) | |
Fix signed/unsigned comparison issue within GStreamer plugin
Diffstat (limited to 'audio/gstsbcenc.h')
| -rw-r--r-- | audio/gstsbcenc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gstsbcenc.h b/audio/gstsbcenc.h index d84dace8..6d69922a 100644 --- a/audio/gstsbcenc.h +++ b/audio/gstsbcenc.h @@ -57,7 +57,7 @@ struct _GstSbcEnc { gint subbands; gint bitpool; - gint codesize; + guint codesize; gint frame_length; gint frame_duration; |
