Revision c0fd077aad8bc5a5651af4aaca504272d379c73f authored by Martin Storsjö on 24 March 2016, 09:27:49 UTC, committed by Martin Storsjö on 26 March 2016, 21:33:26 UTC
The retry_transfer_wrapper function higher up in the call chain
ignores AVERROR(EINTR), which only means "interrupted by system call".

This makes sure that returning due to the interrupt callback
works as intended.

CC: libav-stable@libav.org
Signed-off-by: Martin Storsjö <martin@martin.st>
1 parent b8b89f9
History
File Mode Size
compat
doc
libavcodec
libavdevice
libavfilter
libavformat
libavresample
libavutil
libswscale
presets
tests
tools
.gitattributes -rw-r--r-- 18 bytes
.gitignore -rw-r--r-- 756 bytes
COPYING.GPLv2 -rw-r--r-- 17.7 KB
COPYING.GPLv3 -rw-r--r-- 34.3 KB
COPYING.LGPLv2.1 -rw-r--r-- 25.9 KB
COPYING.LGPLv3 -rw-r--r-- 7.5 KB
CREDITS -rw-r--r-- 1.0 KB
Changelog -rw-r--r-- 40.9 KB
INSTALL -rw-r--r-- 705 bytes
LICENSE -rw-r--r-- 2.7 KB
Makefile -rw-r--r-- 5.6 KB
README -rw-r--r-- 162 bytes
RELEASE -rw-r--r-- 5 bytes
arch.mak -rw-r--r-- 463 bytes
avconv.c -rw-r--r-- 81.5 KB
avconv.h -rw-r--r-- 11.9 KB
avconv_filter.c -rw-r--r-- 24.1 KB
avconv_opt.c -rw-r--r-- 89.1 KB
avconv_vdpau.c -rw-r--r-- 11.3 KB
avplay.c -rw-r--r-- 96.9 KB
avprobe.c -rw-r--r-- 28.4 KB
avserver.c -rw-r--r-- 153.6 KB
cmdutils.c -rw-r--r-- 52.7 KB
cmdutils.h -rw-r--r-- 17.4 KB
cmdutils_common_opts.h -rw-r--r-- 1.7 KB
common.mak -rw-r--r-- 1.9 KB
configure -rwxr-xr-x 135.2 KB
library.mak -rw-r--r-- 3.4 KB
version.sh -rwxr-xr-x 678 bytes

README

back to top