Re: [libav-devel] [PATCH] avio: Do not flush the buffer if a constant packet size is requested

2019-02-02 Thread Luca Barbato
On 31/01/2019 12:34, Martin Storsjö wrote: On Thu, 31 Jan 2019, Luca Barbato wrote: --- libavformat/aviobuf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/aviobuf.c b/libavformat/aviobuf.c index 98e35f776c..3c882d6bdb 100644 --- a/libavformat/aviobuf.c +++

Re: [libav-devel] [PATCH] avio: Do not flush the buffer if a constant packet size is requested

2019-01-31 Thread Martin Storsjö
On Thu, 31 Jan 2019, Luca Barbato wrote: --- libavformat/aviobuf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/aviobuf.c b/libavformat/aviobuf.c index 98e35f776c..3c882d6bdb 100644 --- a/libavformat/aviobuf.c +++ b/libavformat/aviobuf.c @@ -244,7 +244,8 @@

[libav-devel] [PATCH] avio: Do not flush the buffer if a constant packet size is requested

2019-01-31 Thread Luca Barbato
--- libavformat/aviobuf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/aviobuf.c b/libavformat/aviobuf.c index 98e35f776c..3c882d6bdb 100644 --- a/libavformat/aviobuf.c +++ b/libavformat/aviobuf.c @@ -244,7 +244,8 @@ void avio_write(AVIOContext *s, const