diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 1431bc08d3..c2c6c7d405 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -1094,7 +1094,7 @@ static int rtsp_read_header(AVFormatContext *s, goto fail; protocol_mask &= ~(1 << protocol); if (protocol_mask == 0 && err == 1) { - err = AVERROR(EPROTONOSUPPORT); + err = AVERROR(FF_NETERROR(EPROTONOSUPPORT)); goto fail; } } while (err);