Re: [FFmpeg-devel] [PATCH] ffplay: terminate program on EOF.

2017-07-21 Thread Jorge Ramirez
On 07/21/2017 02:41 PM, Clément Bœsch wrote: On Fri, Jul 21, 2017 at 02:26:03PM +0200, Jorge Ramirez-Ortiz wrote: ffplay always requires user intervention via the GUI to close the video at the end of the file. This commit, stops playing and terminates the program when EOF is received. -autoexi

Re: [FFmpeg-devel] [PATCH] ffplay: terminate program on EOF.

2017-07-21 Thread Gyan
On Fri, Jul 21, 2017 at 5:56 PM, Jorge Ramirez-Ortiz < jorge.ramirez-or...@linaro.org> wrote: > ffplay always requires user intervention via the GUI to close the > video at the end of the file. > You wish to make -autoexit the default? ___ ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] ffplay: terminate program on EOF.

2017-07-21 Thread Clément Bœsch
On Fri, Jul 21, 2017 at 02:26:03PM +0200, Jorge Ramirez-Ortiz wrote: > ffplay always requires user intervention via the GUI to close the > video at the end of the file. > > This commit, stops playing and terminates the program when EOF is > received. -autoexit? -- Clément B. signature.asc Des

[FFmpeg-devel] [PATCH] ffplay: terminate program on EOF.

2017-07-21 Thread Jorge Ramirez-Ortiz
ffplay always requires user intervention via the GUI to close the video at the end of the file. This commit, stops playing and terminates the program when EOF is received. --- ffplay.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ffplay.c b/ffplay.c index c0b326