mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix some whitespace in files changed in following commit.
Change-Id: Ie3f43e43076e0dcae9a10f1b0b9e4698b398acee Reviewed-on: http://gerrit.rockbox.org/492 Reviewed-by: Michael Sevakis <jethead71@rockbox.org> Tested-by: Michael Sevakis <jethead71@rockbox.org>
This commit is contained in:
parent
bc3a079522
commit
a9ea1a4269
9 changed files with 80 additions and 80 deletions
|
@ -107,13 +107,13 @@ enum codec_command_action {
|
|||
struct codec_api {
|
||||
off_t filesize; /* Total file length */
|
||||
off_t curpos; /* Current buffer position */
|
||||
|
||||
|
||||
struct mp3entry *id3; /* TAG metadata pointer */
|
||||
int audio_hid; /* Current audio handle */
|
||||
|
||||
|
||||
/* The dsp instance to be used for audio output */
|
||||
struct dsp_config *dsp;
|
||||
|
||||
|
||||
/* Returns buffer to malloc array. Only codeclib should need this. */
|
||||
void* (*codec_get_buffer)(size_t *size);
|
||||
/* Insert PCM data into audio buffer for playback. Playback will start
|
||||
|
@ -121,7 +121,7 @@ struct codec_api {
|
|||
void (*pcmbuf_insert)(const void *ch1, const void *ch2, int count);
|
||||
/* Set song position in WPS (value in ms). */
|
||||
void (*set_elapsed)(unsigned long value);
|
||||
|
||||
|
||||
/* Read next <size> amount bytes from file buffer to <ptr>.
|
||||
Will return number of bytes read or 0 if end of file. */
|
||||
size_t (*read_filebuf)(void *ptr, size_t size);
|
||||
|
@ -198,7 +198,7 @@ struct codec_api {
|
|||
void (*profile_func_enter)(void *this_fn, void *call_site);
|
||||
void (*profile_func_exit)(void *this_fn, void *call_site);
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef HAVE_RECORDING
|
||||
void (*enc_get_inputs)(struct enc_inputs *inputs);
|
||||
void (*enc_set_parameters)(struct enc_parameters *params);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue