decoder/ffmpeg: remove obsolete comment
This commit is contained in:
parent
dbe3b6eee4
commit
073facea70
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue