common: stream: don't mention Libav in errors/warnings

This commit is contained in:
llyyr
2024-01-20 00:15:30 +05:30
committed by Dudemanguy
parent f4a09fada9
commit 8fe2af09f1
3 changed files with 4 additions and 4 deletions

View File

@@ -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;
}