decoder_api: pass const pointer to decoder_data()

This commit is contained in:
Max Kellermann
2009-01-17 13:23:12 +01:00
parent 356526457c
commit 43eefe9c41
2 changed files with 3 additions and 2 deletions

View File

@@ -187,7 +187,7 @@ update_stream_tag(struct decoder *decoder, struct input_stream *is)
enum decoder_command
decoder_data(struct decoder *decoder,
struct input_stream *is,
void *_data, size_t length,
const void *_data, size_t length,
float data_time, uint16_t bitRate,
struct replay_gain_info *replay_gain_info)
{