summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/wmapro.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/wmapro.c')
-rw-r--r--lib/rbcodec/codecs/wmapro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/wmapro.c b/lib/rbcodec/codecs/wmapro.c
index f15f36813d..540140b1e2 100644
--- a/lib/rbcodec/codecs/wmapro.c
+++ b/lib/rbcodec/codecs/wmapro.c
@@ -50,7 +50,7 @@ enum codec_status codec_run(void)
50 int audiobufsize; /* Payload size */ 50 int audiobufsize; /* Payload size */
51 int packetlength = 0; /* Logical packet size (minus the header size) */ 51 int packetlength = 0; /* Logical packet size (minus the header size) */
52 int outlen = 0; /* Number of bytes written to the output buffer */ 52 int outlen = 0; /* Number of bytes written to the output buffer */
53 int pktcnt = 0; /* Count of the packets played */ 53 unsigned int pktcnt = 0; /* Count of the packets played */
54 uint8_t *data; /* Pointer to decoder input buffer */ 54 uint8_t *data; /* Pointer to decoder input buffer */
55 int size; /* Size of the input frame to the decoder */ 55 int size; /* Size of the input frame to the decoder */
56 intptr_t param; 56 intptr_t param;