Re: [FFmpeg-devel] [PATCH 2/3] avformat: Add ff_configure_buffers_for_index()

2015-07-13 Thread Michael Niedermayer
On Tue, Jun 02, 2015 at 06:40:54PM +0200, Michael Niedermayer wrote: > This allows configuring the io buffer in such way that few seeks are needed > for playback > > Signed-off-by: Michael Niedermayer > --- > libavformat/internal.h |2 ++ > libavformat/utils.c| 38

[FFmpeg-devel] [PATCH 2/3] avformat: Add ff_configure_buffers_for_index()

2015-06-02 Thread Michael Niedermayer
This allows configuring the io buffer in such way that few seeks are needed for playback Signed-off-by: Michael Niedermayer --- libavformat/internal.h |2 ++ libavformat/utils.c| 38 ++ 2 files changed, 40 insertions(+) diff --git a/libavformat/int