git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11058 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2006-09-26 10:10:36 +00:00
parent 537c7546f9
commit 80ec47f683
2 changed files with 0 additions and 2 deletions

View file

@ -218,7 +218,6 @@ struct codec_api ci = {
enc_wavbuf_near_empty,
enc_get_wav_data,
&enc_set_header_callback,
44100,
#endif
/* new stuff at the end, sort into place next time

View file

@ -303,7 +303,6 @@ 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