Re: [libav-devel] [PATCH] Add a fd protocol

2019-04-25 Thread Nicolas George
Luca Barbato (12019-04-25): > --- > > Sometimes you receive a seekable fd from the outside. > > libavformat/file.c | 32 > libavformat/protocols.c | 1 + > 2 files changed, 33 insertions(+) It looks completely redundant with pipe:. If it is just a matter

[libav-devel] [PATCHv2] Add a fd protocol

2019-04-25 Thread Luca Barbato
--- I failed at amending again :P libavformat/file.c | 32 libavformat/protocols.c | 1 + 2 files changed, 33 insertions(+) diff --git a/libavformat/file.c b/libavformat/file.c index 27ce4de6eb..c5b41b125c 100644 --- a/libavformat/file.c +++

Re: [libav-devel] [PATCH] Add a fd protocol

2019-04-25 Thread Martin Storsjö
On Thu, 25 Apr 2019, Luca Barbato wrote: --- Sometimes you receive a seekable fd from the outside. libavformat/file.c | 32 libavformat/protocols.c | 1 + 2 files changed, 33 insertions(+) diff --git a/libavformat/file.c b/libavformat/file.c index

[libav-devel] [PATCH] Add a fd protocol

2019-04-25 Thread Luca Barbato
--- Sometimes you receive a seekable fd from the outside. libavformat/file.c | 32 libavformat/protocols.c | 1 + 2 files changed, 33 insertions(+) diff --git a/libavformat/file.c b/libavformat/file.c index 27ce4de6eb..6a74ebbf48 100644 ---