Commit a72c7a7b authored by Max Kellermann's avatar Max Kellermann

faad: removed DECODE_COMMAND_SEEK check

The MPD core will never send a SEEK command to a decoder which has declared to be not seekable.
parent 9245bd0c
......@@ -444,8 +444,6 @@ faad_stream_decode(struct decoder *mpd_decoder, struct input_stream *is)
cmd = decoder_data(mpd_decoder, is, decoded,
decoded_length, file_time,
bit_rate, NULL);
if (cmd == DECODE_COMMAND_SEEK)
decoder_seek_error(mpd_decoder);
} while (cmd != DECODE_COMMAND_STOP);
faacDecClose(decoder);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment