Re: [FFmpeg-devel] patch 1. Correction of loop behaviour in ffpeg.c

2017-06-30 Thread Moritz Barsnick
On Wed, Jun 28, 2017 at 15:02:42 +0300, ffm...@a.legko.ru wrote: In addition to what Michael wrote: > +if (nb_input_files == 1) > + return 0; Indentation is not only inconsistent, but also wrong. Your first level is four spaces, your second level is seven, should be eight. Please get h

Re: [FFmpeg-devel] patch 1. Correction of loop behaviour in ffpeg.c

2017-06-29 Thread Michael Niedermayer
On Wed, Jun 28, 2017 at 03:02:42PM +0300, ffm...@a.legko.ru wrote: > > subject: when input sample stops, input thread stops too (withous > restart), thus, breaking the streaming and loop mode does not affect > this. touches only multistream (multiprog) mode, when threads are > used. > > ffmpeg.