Re: [FFmpeg-devel] [PATCH v2 2/2] avformat: add avformat_flush()

2015-03-04 Thread Michael Niedermayer
On Tue, Sep 30, 2014 at 06:46:49PM +0200, wm4 wrote: > TODO: add entry to APIchanges, bump minor version. > --- > Updated the doxygen. > --- > libavformat/avformat.h | 17 + > libavformat/utils.c| 6 ++ > 2 files changed, 23 insertions(+) applied thanks [...] -- Michae

[FFmpeg-devel] [PATCH v2 2/2] avformat: add avformat_flush()

2014-09-30 Thread wm4
TODO: add entry to APIchanges, bump minor version. --- Updated the doxygen. --- libavformat/avformat.h | 17 + libavformat/utils.c| 6 ++ 2 files changed, 23 insertions(+) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 78054de..550cc50 100644 --- a/lib