summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2006-10-11 17:12:29 +0000
committerMagnus Holmgren <magnushol@gmail.com>2006-10-11 17:12:29 +0000
commitd63d8fedaa9f68c9375ddae6ddf80fb1d045006f (patch)
tree05e5708e4a72dc7b23f2c37f302dcc848c893093
parent9896fd1adef70e77b2e226d5e44fabd23192266d (diff)
downloadrockbox-d63d8fedaa9f68c9375ddae6ddf80fb1d045006f.tar.gz
rockbox-d63d8fedaa9f68c9375ddae6ddf80fb1d045006f.zip
Forgot one file...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11188 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/codecs/alac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/alac.c b/apps/codecs/alac.c
index 01172eed2b..890dcdb612 100644
--- a/apps/codecs/alac.c
+++ b/apps/codecs/alac.c
@@ -92,7 +92,7 @@ enum codec_status codec_start(struct codec_api* api)
92 } 92 }
93 93
94 /* initialise the sound converter */ 94 /* initialise the sound converter */
95 create_alac(demux_res.sample_size, demux_res.num_channels,&alac); 95 create_alac(demux_res.sound_sample_size, demux_res.num_channels,&alac);
96 alac_set_info(&alac, demux_res.codecdata); 96 alac_set_info(&alac, demux_res.codecdata);
97 97
98 i=0; 98 i=0;