Commit 7030e8f0 authored by Max Kellermann's avatar Max Kellermann

decoder/ffmpeg: remove obsolete comment

parent 74bb514a
...@@ -591,7 +591,6 @@ ffmpeg_decode(Decoder &decoder, InputStream &input) ...@@ -591,7 +591,6 @@ ffmpeg_decode(Decoder &decoder, InputStream &input)
return; return;
} }
//ffmpeg works with ours "fileops" helper
AVFormatContext *format_context = nullptr; AVFormatContext *format_context = nullptr;
if (mpd_ffmpeg_open_input(&format_context, stream.io, if (mpd_ffmpeg_open_input(&format_context, stream.io,
input.GetURI(), input.GetURI(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment