summaryrefslogtreecommitdiff
path: root/apps/codecs.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-09-26 10:03:56 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-09-26 10:03:56 +0000
commit537c7546f946d266e55fdbce03558352a3342908 (patch)
tree9e594c9d40ec54047fa858472f737bc4d7b7d406 /apps/codecs.h
parent9f960e405f72e1f624797547e1ad8e9584206118 (diff)
downloadrockbox-537c7546f946d266e55fdbce03558352a3342908.tar.gz
rockbox-537c7546f946d266e55fdbce03558352a3342908.zip
Patch #4899 by Robert Keevil - Automatic pause on iPod when removing the headphones
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11057 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs.h')
-rw-r--r--apps/codecs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs.h b/apps/codecs.h
index 96804a889b..7cd48f65e2 100644
--- a/apps/codecs.h
+++ b/apps/codecs.h
@@ -303,6 +303,7 @@ 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;
306#endif 307#endif
307 308
308 /* new stuff at the end, sort into place next time 309 /* new stuff at the end, sort into place next time