Re: [FFmpeg-devel] [PATCH 2/2] lavf/file: Add support for file syncing.

2018-12-03 Thread Andrey Semashev
On 12/3/18 3:46 PM, Nicolas George wrote: Andrey Semashev (2018-12-03): This commit adds support for IO synchronization API to the file backend. --- libavformat/file.c | 10 ++ libavformat/os_support.h | 2 ++ 2 files changed, 12 insertions(+) diff --git a/libavformat/file.c

Re: [FFmpeg-devel] [PATCH 2/2] lavf/file: Add support for file syncing.

2018-12-03 Thread Nicolas George
Andrey Semashev (2018-12-03): > This commit adds support for IO synchronization API to the file backend. > --- > libavformat/file.c | 10 ++ > libavformat/os_support.h | 2 ++ > 2 files changed, 12 insertions(+) > > diff --git a/libavformat/file.c b/libavformat/file.c > index 1d321

[FFmpeg-devel] [PATCH 2/2] lavf/file: Add support for file syncing.

2018-12-03 Thread Andrey Semashev
This commit adds support for IO synchronization API to the file backend. --- libavformat/file.c | 10 ++ libavformat/os_support.h | 2 ++ 2 files changed, 12 insertions(+) diff --git a/libavformat/file.c b/libavformat/file.c index 1d321c4205..9765fd76c7 100644 --- a/libavformat/fil