POLLERR           341 libavcodec/v4l2_context.c     if (pfd.revents & POLLERR) {
POLLERR           393 libavdevice/iec61883.c     dv->raw1394_poll.events = POLLIN | POLLERR | POLLHUP | POLLPRI;
POLLERR            75 libavformat/network.c     return ret < 0 ? ff_neterrno() : p.revents & (ev | POLLERR | POLLHUP) ? 0 : AVERROR(EAGAIN);
POLLERR           261 libavformat/os_support.c         if (fds[i].events & POLLERR)
POLLERR           292 libavformat/os_support.c             fds[i].revents |= POLLERR;