projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)
[libav.git]
/
libavformat
/
rtsp.c
diff --git
a/libavformat/rtsp.c
b/libavformat/rtsp.c
index
16397e4
..
b0fa2ea
100644
(file)
--- a/
libavformat/rtsp.c
+++ b/
libavformat/rtsp.c
@@
-1583,7
+1583,7
@@
redirect:
goto fail;
lower_transport_mask &= ~(1 << lower_transport);
if (lower_transport_mask == 0 && err == 1) {
- err =
AVERROR(FF_NETERROR(EPROTONOSUPPORT)
);
+ err =
FF_NETERROR(EPROTONOSUPPORT
);
goto fail;
}
} while (err);