aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-18 20:19:40 +0100
committerMax Kellermann <max@duempel.org>2014-12-18 20:19:40 +0100
commit2fd81b4932fb90a991d39935f5e0de906a0596ab (patch)
treed60c233be080a3806c4825465ba16a59c0ee1f6e /src
parent0cf4c6ffea83337e0f69e81176e3281f3d333c6f (diff)
downloadmpd-2fd81b4932fb90a991d39935f5e0de906a0596ab.tar.gz
mpd-2fd81b4932fb90a991d39935f5e0de906a0596ab.tar.xz
mpd-2fd81b4932fb90a991d39935f5e0de906a0596ab.zip
decoder/ffmpeg: remove obsolete comment
Diffstat (limited to 'src')
-rw-r--r--src/decoder/plugins/FfmpegDecoderPlugin.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decoder/plugins/FfmpegDecoderPlugin.cxx b/src/decoder/plugins/FfmpegDecoderPlugin.cxx
index 53b3f297b..c2944198d 100644
--- a/src/decoder/plugins/FfmpegDecoderPlugin.cxx
+++ b/src/decoder/plugins/FfmpegDecoderPlugin.cxx
@@ -717,7 +717,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)