diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2011-02-04 19:12:37 +0100 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-02-05 20:29:59 -0500 |
commit | 90441276e4f661c6aec5e4d2c5718cde1ff1946d (patch) | |
tree | d79d57cb33c9bdcc3a78d5484f72e41b12fe08e0 /libavformat/avio.h | |
parent | fe174fc8fc4bbdb050014a945de7eb9b28ba358e (diff) | |
download | ffmpeg-streaming-90441276e4f661c6aec5e4d2c5718cde1ff1946d.zip ffmpeg-streaming-90441276e4f661c6aec5e4d2c5718cde1ff1946d.tar.gz |
Non-blocking protocol: core wrapper functions
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r-- | libavformat/avio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h index d05cab1..c899c0d 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -151,7 +151,6 @@ int url_read(URLContext *h, unsigned char *buf, int size); /** * Read as many bytes as possible (up to size), calling the * read function multiple times if necessary. - * Will also retry if the read function returns AVERROR(EAGAIN). * This makes special short-read handling in applications * unnecessary, if the return value is < size then it is * certain there was either an error or the end of file was reached. |