From 7030e8f050cae9db241b7ac9532f092ff668b851 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 19 Dec 2014 11:51:16 +0100 Subject: decoder/ffmpeg: remove obsolete comment --- src/decoder/plugins/FfmpegDecoderPlugin.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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(), -- cgit v1.2.3