From 073facea703bc95a65944d0394e299a7f9db558e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 19 Dec 2014 11:51:16 +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 1b86f0d56..88b50d430 100644 --- a/src/decoder/plugins/FfmpegDecoderPlugin.cxx +++ b/src/decoder/plugins/FfmpegDecoderPlugin.cxx @@ -418,7 +418,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(),