[FFmpeg-devel] [PATCH 1/2] file: Add 'blocksize' option

Andrey Utkin andrey.krieger.utkin at gmail.com
Wed Jul 31 22:25:45 CEST 2013


2013/7/31 Michael Niedermayer <michaelni at gmx.at>:
> 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

Please apply also documentation update
http://ffmpeg.org/pipermail/ffmpeg-devel/2013-July/146014.html

-- 
Andrey Utkin


More information about the ffmpeg-devel mailing list