[FFmpeg-devel] [PATCH 1/2] file: Add 'blocksize' option
Michael Niedermayer
michaelni at gmx.at
Wed Jul 31 21:48:20 CEST 2013
On Wed, Jul 31, 2013 at 03:22:01PM +0300, Andrey Utkin wrote:
> 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.
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
If a bugfix only changes things apparently unrelated to the bug with no
further explanation, that is a good sign that the bugfix is wrong.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130731/f2bb15d3/attachment.asc>
More information about the ffmpeg-devel
mailing list