Re: [FFmpeg-devel] [PATCH 3/5] ffmpeg: factorize checking decoder result

2015-10-21 Thread Marton Balint
On Sun, 18 Oct 2015, Michael Niedermayer wrote: On Sun, Oct 18, 2015 at 12:24:05AM +0200, Marton Balint wrote: Signed-off-by: Marton Balint --- ffmpeg.c | 27 --- 1 file changed, 12 insertions(+), 15 deletions(-) LGTM thanks Applied, thanks. Marton __

Re: [FFmpeg-devel] [PATCH 3/5] ffmpeg: factorize checking decoder result

2015-10-17 Thread Michael Niedermayer
On Sun, Oct 18, 2015 at 12:24:05AM +0200, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > ffmpeg.c | 27 --- > 1 file changed, 12 insertions(+), 15 deletions(-) LGTM thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Th

[FFmpeg-devel] [PATCH 3/5] ffmpeg: factorize checking decoder result

2015-10-17 Thread Marton Balint
Signed-off-by: Marton Balint --- ffmpeg.c | 27 --- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/ffmpeg.c b/ffmpeg.c index 94dfb04..3a36af7 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -1925,6 +1925,15 @@ int guess_input_channel_layout(InputStream *ist)