projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge commit '67351924fa91dea4339109100a4c0689f006581f'
[ffmpeg.git]
/
libavformat
/
rtpproto.c
diff --git
a/libavformat/rtpproto.c
b/libavformat/rtpproto.c
index
840a36d
..
0706cae
100644
(file)
--- a/
libavformat/rtpproto.c
+++ b/
libavformat/rtpproto.c
@@
-512,7
+512,6
@@
static int rtp_read(URLContext *h, uint8_t *buf, int size)
if (h->flags & AVIO_FLAG_NONBLOCK)
return AVERROR(EAGAIN);
}
- return len;
}
static int rtp_write(URLContext *h, const uint8_t *buf, int size)