diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-05-09 19:34:45 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-05-09 19:34:45 +0000 |
| commit | 1ee4e89627a6e1163dcd61544a09f80a1d4da5b7 (patch) | |
| tree | 482f3895eac9ca8120c57f3b8a7c0f2bf3ea3ae5 /apps/codec_thread.c | |
| parent | 0b59079dd2b7b316311b1e0d25aff9d8279fed68 (diff) | |
| download | rockbox-1ee4e89627a6e1163dcd61544a09f80a1d4da5b7.zip rockbox-1ee4e89627a6e1163dcd61544a09f80a1d4da5b7.tar.gz rockbox-1ee4e89627a6e1163dcd61544a09f80a1d4da5b7.tar.bz2 rockbox-1ee4e89627a6e1163dcd61544a09f80a1d4da5b7.tar.xz | |
Renaming for the sake of consistency.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29846 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codec_thread.c')
| -rw-r--r-- | apps/codec_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codec_thread.c b/apps/codec_thread.c index 4801c4a..a7bff74 100644 --- a/apps/codec_thread.c +++ b/apps/codec_thread.c @@ -407,7 +407,7 @@ void codec_init_codec_api(void) { ci.dsp = (struct dsp_config *)dsp_configure(NULL, DSP_MYDSP, CODEC_IDX_AUDIO); - ci.codec_get_buffer = codeclib_get_buffer; + ci.codec_get_buffer = codec_get_buffer_callback; ci.pcmbuf_insert = codec_pcmbuf_insert_callback; ci.set_elapsed = audio_codec_update_elapsed; ci.read_filebuf = codec_filebuf_callback; |