aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2011-02-04 19:12:37 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-02-06 20:31:46 +0100
commit3ce3b4982447eb557555c444b2e75787de7c3472 (patch)
treedc194f3e1e21d109fa05557438614fa275162d20 /libavformat/avio.h
parentf4bd5800acc0cfcc26a28b3600c4c4c9077cc154 (diff)
downloadffmpeg-3ce3b4982447eb557555c444b2e75787de7c3472.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> (cherry picked from commit 90441276e4f661c6aec5e4d2c5718cde1ff1946d)
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h
index d05cab1810..c899c0df0e 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.