summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/alac.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/alac.c')
-rw-r--r--lib/rbcodec/codecs/alac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/alac.c b/lib/rbcodec/codecs/alac.c
index a3a5ad43b8..35c3645657 100644
--- a/lib/rbcodec/codecs/alac.c
+++ b/lib/rbcodec/codecs/alac.c
@@ -109,7 +109,7 @@ enum codec_status codec_run(void)
109 109
110 /* The main decoding loop */ 110 /* The main decoding loop */
111 while (i < demux_res.num_sample_byte_sizes) { 111 while (i < demux_res.num_sample_byte_sizes) {
112 enum codec_command_action action = ci->get_command(&param); 112 long action = ci->get_command(&param);
113 113
114 if (action == CODEC_ACTION_HALT) 114 if (action == CODEC_ACTION_HALT)
115 break; 115 break;