diff options
author | Andrey Utkin <[email protected]> | 2013-07-31 15:22:01 +0300 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2013-07-31 21:16:54 +0200 |
commit | a8f171151f0f027abb06f72e48c44929616a84cb (patch) | |
tree | 63ed93dc504dc78b3945a4d221bf3b594a811d2f /libavutil/tree.c | |
parent | 3b3c1ed0768af874c624cc555fbbd1fcea370200 (diff) |
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 <[email protected]>
Diffstat (limited to 'libavutil/tree.c')
0 files changed, 0 insertions, 0 deletions