projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5234292
)
ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>.
author
Sam Gerstein
<sgerstein@bluefinlab.com>
Fri, 2 Apr 2010 20:14:55 +0000
(20:14 +0000)
committer
Ronald S. Bultje
<rsbultje@gmail.com>
Fri, 2 Apr 2010 20:14:55 +0000
(20:14 +0000)
Originally committed as revision 22785 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.c
patch
|
blob
|
history
diff --git
a/libavformat/rtsp.c
b/libavformat/rtsp.c
index
8841ea8
..
dabfc61
100644
(file)
--- a/
libavformat/rtsp.c
+++ b/
libavformat/rtsp.c
@@
-1692,7
+1692,7
@@
static int udp_read_packet(AVFormatContext *s, RTSPStream **prtsp_st,
}
#endif
} else if (n == 0 && ++timeout_cnt >= MAX_TIMEOUTS) {
- return AVERROR(ETIME);
+ return AVERROR(ETIME
DOUT
);
} else if (n < 0 && errno != EINTR)
return AVERROR(errno);
}