decoder/ffmpeg: remove obsolete comment

This commit is contained in:
Max Kellermann 2014-12-18 20:19:40 +01:00
parent 6637db086b
commit 5e77a8199d
1 changed files with 0 additions and 1 deletions

View File

@ -682,7 +682,6 @@ ffmpeg_decode(Decoder &decoder, InputStream &input)
avformat_close_input(&format_context);
}
//no tag reading in ffmpeg, check if playable
static bool
ffmpeg_scan_stream(InputStream &is,
const struct tag_handler *handler, void *handler_ctx)