Re: [FFmpeg-devel] [PATCH 2/4] concatdec: store eof condition in context

2015-07-06 Thread Michael Niedermayer
On Mon, Jul 06, 2015 at 07:26:11PM +0200, Nicolas George wrote: > L'octidi 18 messidor, an CCXXIII, Marton Balint a écrit : > > This is needed later for outpoint support which may leave the last file in a > > not-eof state. > > > > Signed-off-by: Marton Balint > > --- > > libavformat/concatdec.c

Re: [FFmpeg-devel] [PATCH 2/4] concatdec: store eof condition in context

2015-07-06 Thread Nicolas George
L'octidi 18 messidor, an CCXXIII, Marton Balint a écrit : > This is needed later for outpoint support which may leave the last file in a > not-eof state. > > Signed-off-by: Marton Balint > --- > libavformat/concatdec.c | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) Ok. Regards