diff options
Diffstat (limited to 'src/decoder/audiofile_plugin.c')
-rw-r--r-- | src/decoder/audiofile_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/audiofile_plugin.c b/src/decoder/audiofile_plugin.c index 29ad9e88d..3026f3cc7 100644 --- a/src/decoder/audiofile_plugin.c +++ b/src/decoder/audiofile_plugin.c @@ -206,7 +206,7 @@ audiofile_stream_decode(struct decoder *decoder, struct input_stream *is) cmd = decoder_data(decoder, NULL, chunk, ret * fs, - bit_rate, NULL); + bit_rate); if (cmd == DECODE_COMMAND_SEEK) { AFframecount frame = decoder_seek_where(decoder) * |