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
doxy
examples
APIchanges -rw-r--r-- 53.3 KB
Doxyfile -rw-r--r-- 66.3 KB
Makefile -rw-r--r-- 3.3 KB
RELEASE_NOTES -rw-r--r-- 3.9 KB
avconv.texi -rw-r--r-- 41.1 KB
avplay.texi -rw-r--r-- 4.5 KB
avprobe.texi -rw-r--r-- 3.2 KB
avserver.conf -rw-r--r-- 8.8 KB
avserver.texi -rw-r--r-- 9.5 KB
avtools-common-opts.texi -rw-r--r-- 6.2 KB
avutil.txt -rw-r--r-- 1.4 KB
bitstream_filters.texi -rw-r--r-- 2.4 KB
build_system.txt -rw-r--r-- 748 bytes
decoders.texi -rw-r--r-- 1.7 KB
demuxers.texi -rw-r--r-- 3.7 KB
developer.texi -rw-r--r-- 25.5 KB
doxy-wrapper.sh -rwxr-xr-x 328 bytes
encoders.texi -rw-r--r-- 22.3 KB
eval.texi -rw-r--r-- 3.4 KB
faq.texi -rw-r--r-- 12.3 KB
fate.texi -rw-r--r-- 4.9 KB
filters.texi -rw-r--r-- 79.7 KB
general.texi -rw-r--r-- 40.0 KB
git-howto.texi -rw-r--r-- 11.9 KB
git-howto.txt -rw-r--r-- 7.9 KB
indevs.texi -rw-r--r-- 9.8 KB
libavfilter.texi -rw-r--r-- 2.9 KB
metadata.texi -rw-r--r-- 1.8 KB
multithreading.txt -rw-r--r-- 3.0 KB
muxers.texi -rw-r--r-- 17.3 KB
nut.texi -rw-r--r-- 3.5 KB
optimization.txt -rw-r--r-- 10.8 KB
outdevs.texi -rw-r--r-- 1000 bytes
platform.texi -rw-r--r-- 12.5 KB
print_options.c -rw-r--r-- 3.6 KB
protocols.texi -rw-r--r-- 21.8 KB
rate_distortion.txt -rw-r--r-- 2.1 KB
soc.txt -rw-r--r-- 1.2 KB
swscale.txt -rw-r--r-- 4.6 KB
t2h.init -rw-r--r-- 4.6 KB
tablegen.txt -rw-r--r-- 2.7 KB
texi2pod.pl -rwxr-xr-x 12.3 KB
viterbi.txt -rw-r--r-- 2.7 KB

back to top