On Tue, Aug 4, 2015 at 1:35 PM, Michael Niedermayer
wrote:
> On Mon, Aug 03, 2015 at 10:02:17PM +0200, Hendrik Leppkes wrote:
>> Mixing stdio and low-level IO on stdin is not safe.
>> ---
>> ffmpeg.c | 12 ++--
>> 1 file changed, 10 insertions(+), 2 deletions(-)
>
> LGTM too
>
Applied.
_
On Mon, Aug 03, 2015 at 10:02:17PM +0200, Hendrik Leppkes wrote:
> Mixing stdio and low-level IO on stdin is not safe.
> ---
> ffmpeg.c | 12 ++--
> 1 file changed, 10 insertions(+), 2 deletions(-)
LGTM too
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
On Mon, Aug 3, 2015 at 10:12 PM, Nicolas George wrote:
> Le sextidi 16 thermidor, an CCXXIII, Hendrik Leppkes a écrit :
>> Mixing stdio and low-level IO on stdin is not safe.
>> ---
>> ffmpeg.c | 12 ++--
>> 1 file changed, 10 insertions(+), 2 deletions(-)
>>
>> diff --git a/ffmpeg.c b/ff
Le sextidi 16 thermidor, an CCXXIII, Hendrik Leppkes a écrit :
> Mixing stdio and low-level IO on stdin is not safe.
> ---
> ffmpeg.c | 12 ++--
> 1 file changed, 10 insertions(+), 2 deletions(-)
>
> diff --git a/ffmpeg.c b/ffmpeg.c
> index 5575e2f..206b3dc 100644
> --- a/ffmpeg.c
> +++ b
Mixing stdio and low-level IO on stdin is not safe.
---
ffmpeg.c | 12 ++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/ffmpeg.c b/ffmpeg.c
index 5575e2f..206b3dc 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -3428,9 +3428,17 @@ static int check_keyboard_interaction(int64_t cu