Re: [FFmpeg-devel] [PATCH 2/2] ffmpeg: fix -stream_loop with multiple inputs

2018-07-02 Thread Marton Balint
On Thu, 28 Jun 2018, Gyan Doshi wrote: On 28-06-2018 02:35 AM, Marton Balint wrote: The input thread need to be properly cleaned up and re-initalized before we can start reading again in threaded mode. (threaded input reading is used when there are mode than one input file). Commit mess

Re: [FFmpeg-devel] [PATCH 2/2] ffmpeg: fix -stream_loop with multiple inputs

2018-06-28 Thread Moritz Barsnick
On Wed, Jun 27, 2018 at 23:05:23 +0200, Marton Balint wrote: > The input thread need to be properly cleaned up and re-initalized before we > can ^ "threads need" or "thread needs" > start reading again in threaded mode. (threaded input reading is used when

Re: [FFmpeg-devel] [PATCH 2/2] ffmpeg: fix -stream_loop with multiple inputs

2018-06-27 Thread Gyan Doshi
On 28-06-2018 02:35 AM, Marton Balint wrote: The input thread need to be properly cleaned up and re-initalized before we can start reading again in threaded mode. (threaded input reading is used when there are mode than one input file). Commit message should reference tickets 6121 and 7043.

[FFmpeg-devel] [PATCH 2/2] ffmpeg: fix -stream_loop with multiple inputs

2018-06-27 Thread Marton Balint
The input thread need to be properly cleaned up and re-initalized before we can start reading again in threaded mode. (threaded input reading is used when there are mode than one input file). Signed-off-by: Marton Balint --- fftools/ffmpeg.c | 10 +- 1 file changed, 9 insertions(+), 1 de