Changeset 28c4741a in ffmpeg

Timestamp:
Feb 23, 2011, 12:21:31 PM (14 years ago)
Author:
Ronald S. Bultje <rsbultje@gmail.com>
Branches:
master
Children:
22a3212e
Parents:
8f935b92
git-author:
Martin Storsjö <martin@martin.st> (02/19/11 18:14:11)
git-committer:
Ronald S. Bultje <rsbultje@gmail.com> (02/23/11 12:21:31)
Message:

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.