Re: [FFmpeg-devel] [PATCH] ffmpeg: enable echoing with command and debug modes

2015-12-04 Thread Clément Bœsch
On Fri, Nov 20, 2015 at 03:35:35AM +0100, Michael Niedermayer wrote: > On Thu, Nov 19, 2015 at 11:23:38PM +0100, Clément Bœsch wrote: > > On Thu, Nov 19, 2015 at 11:16:46PM +0100, Michael Niedermayer wrote: > > > On Thu, Nov 19, 2015 at 10:54:45PM +0100, Clément Bœsch wrote: > > > > Allow seeing te

Re: [FFmpeg-devel] [PATCH] ffmpeg: enable echoing with command and debug modes

2015-11-19 Thread Michael Niedermayer
On Thu, Nov 19, 2015 at 11:23:38PM +0100, Clément Bœsch wrote: > On Thu, Nov 19, 2015 at 11:16:46PM +0100, Michael Niedermayer wrote: > > On Thu, Nov 19, 2015 at 10:54:45PM +0100, Clément Bœsch wrote: > > > Allow seeing text when pressing 'c' or 'd'. > > > --- > > > ffmpeg.c | 18 +

Re: [FFmpeg-devel] [PATCH] ffmpeg: enable echoing with command and debug modes

2015-11-19 Thread Clément Bœsch
On Thu, Nov 19, 2015 at 11:16:46PM +0100, Michael Niedermayer wrote: > On Thu, Nov 19, 2015 at 10:54:45PM +0100, Clément Bœsch wrote: > > Allow seeing text when pressing 'c' or 'd'. > > --- > > ffmpeg.c | 18 ++ > > 1 file changed, 18 insertions(+) > > > > > diff --git a/ffmpeg.c

Re: [FFmpeg-devel] [PATCH] ffmpeg: enable echoing with command and debug modes

2015-11-19 Thread Michael Niedermayer
On Thu, Nov 19, 2015 at 10:54:45PM +0100, Clément Bœsch wrote: > Allow seeing text when pressing 'c' or 'd'. > --- > ffmpeg.c | 18 ++ > 1 file changed, 18 insertions(+) > > diff --git a/ffmpeg.c b/ffmpeg.c > index c4e9280..8d558e3 100644 > --- a/ffmpeg.c > +++ b/ffmpeg.c > @@ -3

[FFmpeg-devel] [PATCH] ffmpeg: enable echoing with command and debug modes

2015-11-19 Thread Clément Bœsch
Allow seeing text when pressing 'c' or 'd'. --- ffmpeg.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/ffmpeg.c b/ffmpeg.c index c4e9280..8d558e3 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -3395,6 +3395,18 @@ static OutputStream *choose_output(void) return ost_min; }