Re: [FFmpeg-devel] [PATCH 1/2] avformat: add callback for opening further files

2015-05-11 Thread Michael Niedermayer
On Mon, May 11, 2015 at 06:12:25PM +0200, wm4 wrote: > On Mon, 11 May 2015 17:55:57 +0200 > Michael Niedermayer wrote: > > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/avformat.h |6 ++ > > libavformat/utils.c|1 + > > 2 files changed, 7 insertions(+) > > > > di

Re: [FFmpeg-devel] [PATCH 1/2] avformat: add callback for opening further files

2015-05-11 Thread wm4
On Mon, 11 May 2015 17:55:57 +0200 Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavformat/avformat.h |6 ++ > libavformat/utils.c|1 + > 2 files changed, 7 insertions(+) > > diff --git a/libavformat/avformat.h b/libavformat/avformat.h > index 339ff5