summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-09-26 10:10:36 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-09-26 10:10:36 +0000
commit80ec47f6830cc34e55f940f161bf90ccb27b37cd (patch)
tree8c8fe15e1de7473130b0d8f68f4aecab8ee58dc0
parent537c7546f946d266e55fdbce03558352a3342908 (diff)
downloadrockbox-80ec47f6830cc34e55f940f161bf90ccb27b37cd.tar.gz
rockbox-80ec47f6830cc34e55f940f161bf90ccb27b37cd.zip
Oops
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11058 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/codecs.c1
-rw-r--r--apps/codecs.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/apps/codecs.c b/apps/codecs.c
index d9bda6b0a6..b4b8c9833a 100644
--- a/apps/codecs.c
+++ b/apps/codecs.c
@@ -218,7 +218,6 @@ struct codec_api ci = {
218 enc_wavbuf_near_empty, 218 enc_wavbuf_near_empty,
219 enc_get_wav_data, 219 enc_get_wav_data,
220 &enc_set_header_callback, 220 &enc_set_header_callback,
221 44100,
222#endif 221#endif
223 222
224 /* new stuff at the end, sort into place next time 223 /* new stuff at the end, sort into place next time
diff --git a/apps/codecs.h b/apps/codecs.h
index 7cd48f65e2..96804a889b 100644
--- a/apps/codecs.h
+++ b/apps/codecs.h
@@ -303,7 +303,6 @@ struct codec_api {
303 char* (*enc_get_wav_data)(int size); 303 char* (*enc_get_wav_data)(int size);
304 void (**enc_set_header_callback)(void *head_buffer, 304 void (**enc_set_header_callback)(void *head_buffer,
305 int head_size, int num_samples, bool is_file_header); 305 int head_size, int num_samples, bool is_file_header);
306 int sample_rate;
307#endif 306#endif
308 307
309 /* new stuff at the end, sort into place next time 308 /* new stuff at the end, sort into place next time