From 5e77a8199d593f66e7bc4b0b2ad90452c52380ab Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 18 Dec 2014 20:19:40 +0100 Subject: [PATCH] decoder/ffmpeg: remove obsolete comment --- src/decoder/plugins/FfmpegDecoderPlugin.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/decoder/plugins/FfmpegDecoderPlugin.cxx b/src/decoder/plugins/FfmpegDecoderPlugin.cxx index 1f9f583e7..ce1b7143a 100644 --- a/src/decoder/plugins/FfmpegDecoderPlugin.cxx +++ b/src/decoder/plugins/FfmpegDecoderPlugin.cxx @@ -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)