aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-19 11:51:16 +0100
committerMax Kellermann <max@duempel.org>2014-12-19 11:53:58 +0100
commit7030e8f050cae9db241b7ac9532f092ff668b851 (patch)
tree079fbcfd62839d69a6c66dc65f81a402cca0df86 /src
parent74bb514a8c333f4238c90f255b0ccec68ed43e38 (diff)
downloadmpd-7030e8f050cae9db241b7ac9532f092ff668b851.tar.gz
mpd-7030e8f050cae9db241b7ac9532f092ff668b851.tar.xz
mpd-7030e8f050cae9db241b7ac9532f092ff668b851.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 bdf554533..0c11c6349 100644
--- a/src/decoder/plugins/FfmpegDecoderPlugin.cxx
+++ b/src/decoder/plugins/FfmpegDecoderPlugin.cxx
@@ -591,7 +591,6 @@ ffmpeg_decode(Decoder &decoder, InputStream &input)
return;
}
- //ffmpeg works with ours "fileops" helper
AVFormatContext *format_context = nullptr;
if (mpd_ffmpeg_open_input(&format_context, stream.io,
input.GetURI(),