diff options
author | Martin Storsjö <martin@martin.st> | 2011-02-19 19:14:11 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-23 18:22:03 +0100 |
commit | c24a40349693e50aa81ef68a4a522503ca504d50 (patch) | |
tree | 155a362ee2fcc37441f2b96981b9fa25a3892b20 /libavutil/adler32.c | |
parent | 8e35f5d4fad523c1a1f0a4d9e4b74e7f1c5b990d (diff) | |
download | ffmpeg-c24a40349693e50aa81ef68a4a522503ca504d50.tar.gz |
libavformat: Remove FF_NETERRNO()
Map EAGAIN and EINTR from ff_neterrno to the normal AVERROR()
error codes. Provide fallback definitions of other errno.h network
errors, mapping them to the corresponding winsock errors.
This eases catching these error codes in common code, without having
to distinguish between FF_NETERRNO(EAGAIN) and AVERROR(EAGAIN).
This fixes roundup issue 2614, unbreaking blocking network IO on
windows.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 28c4741a6617a4c1d2490cb13fc70ae4c9c472da)
Diffstat (limited to 'libavutil/adler32.c')
0 files changed, 0 insertions, 0 deletions