diff options
Diffstat (limited to 'src/decoder/mpg123_decoder_plugin.c')
-rw-r--r-- | src/decoder/mpg123_decoder_plugin.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/decoder/mpg123_decoder_plugin.c b/src/decoder/mpg123_decoder_plugin.c index 44b91675d..7b48ebfaf 100644 --- a/src/decoder/mpg123_decoder_plugin.c +++ b/src/decoder/mpg123_decoder_plugin.c @@ -146,8 +146,7 @@ mpd_mpg123_file_decode(struct decoder *decoder, const char *path_fs) /* send to MPD */ - cmd = decoder_data(decoder, NULL, buffer, nbytes, - 0, NULL); + cmd = decoder_data(decoder, NULL, buffer, nbytes, 0); /* seeking not yet implemented */ } while (cmd == DECODE_COMMAND_NONE); |