mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
common: stream: don't mention Libav in errors/warnings
This commit is contained in:
@@ -324,7 +324,7 @@ static int open_f(stream_t *stream)
|
||||
if (err < 0) {
|
||||
if (err == AVERROR_PROTOCOL_NOT_FOUND)
|
||||
MP_ERR(stream, "Protocol not found. Make sure"
|
||||
" ffmpeg/Libav is compiled with networking support.\n");
|
||||
" FFmpeg is compiled with networking support.\n");
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user