From 537c7546f946d266e55fdbce03558352a3342908 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 26 Sep 2006 10:03:56 +0000 Subject: 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 --- apps/codecs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/codecs.h') 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 { char* (*enc_get_wav_data)(int size); void (**enc_set_header_callback)(void *head_buffer, int head_size, int num_samples, bool is_file_header); + int sample_rate; #endif /* new stuff at the end, sort into place next time -- cgit v1.2.3