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
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 +
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
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
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;
}