Re: [libav-devel] [PATCH] avio: Keep track of the amount of data written

2016-12-08 Thread Vittorio Giovara
On Mon, Dec 5, 2016 at 8:56 PM, Luca Barbato wrote: > Make avio_size() work with any write AVIOContext. > --- > libavformat/avio.h| 1 + > libavformat/aviobuf.c | 13 ++--- > 2 files changed, 11 insertions(+), 3 deletions(-) Sure -- Vittorio

[libav-devel] [PATCH] avio: Keep track of the amount of data written

2016-12-05 Thread Luca Barbato
Make avio_size() work with any write AVIOContext. --- libavformat/avio.h| 1 + libavformat/aviobuf.c | 13 ++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/libavformat/avio.h b/libavformat/avio.h index 49721aa..7bf7985 100644 --- a/libavformat/avio.h +++