diff options
author | Andrey Utkin <andrey.krieger.utkin@gmail.com> | 2013-07-31 15:22:01 +0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-31 21:16:54 +0200 |
commit | a8f171151f0f027abb06f72e48c44929616a84cb (patch) | |
tree | 63ed93dc504dc78b3945a4d221bf3b594a811d2f /libavfilter/vf_idet.c | |
parent | 3b3c1ed0768af874c624cc555fbbd1fcea370200 (diff) | |
download | ffmpeg-a8f171151f0f027abb06f72e48c44929616a84cb.tar.gz |
file: Add 'blocksize' option
Interruptibility of file operations is strongly desirable in case of
slow storage access, e.g. mounted network share.
This commit introduces possibility to limit data quantity transferred by
'file' protocol at once. By default, old behaviour is preserved and data
is still tried to be transferred without block size limitation.
Note that file I/O operation still may block (or even freeze) inside of
single read(2) or write(2) operation.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/vf_idet.c')
0 files changed, 0 insertions, 0 deletions