diff options
author | Max Kellermann <max@duempel.org> | 2014-12-19 11:51:16 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-19 11:53:58 +0100 |
commit | 7030e8f050cae9db241b7ac9532f092ff668b851 (patch) | |
tree | 079fbcfd62839d69a6c66dc65f81a402cca0df86 /src/decoder | |
parent | 74bb514a8c333f4238c90f255b0ccec68ed43e38 (diff) | |
download | mpd-7030e8f050cae9db241b7ac9532f092ff668b851.tar.gz mpd-7030e8f050cae9db241b7ac9532f092ff668b851.tar.xz mpd-7030e8f050cae9db241b7ac9532f092ff668b851.zip |
decoder/ffmpeg: remove obsolete comment
Diffstat (limited to 'src/decoder')
-rw-r--r-- | src/decoder/plugins/FfmpegDecoderPlugin.cxx | 1 |
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(), |