Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg_opt: Fix mixed declarations and code

2019-11-08 Thread Andreas Rheinhardt
Carl Eugen Hoyos: > Am Mi., 6. Nov. 2019 um 13:18 Uhr schrieb Andreas Rheinhardt > : >> >> Introduced in ed3c317d. >> >> Signed-off-by: Andreas Rheinhardt >> --- >> fftools/ffmpeg_opt.c | 6 -- >> 1 file changed, 4 insertions(+), 2 deletions(-) >> >> diff --git a/fftools/ffmpeg_opt.c b/fftool

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg_opt: Fix mixed declarations and code

2019-11-06 Thread Michael Niedermayer
On Wed, Nov 06, 2019 at 08:08:27PM +0100, Carl Eugen Hoyos wrote: > Am Mi., 6. Nov. 2019 um 13:18 Uhr schrieb Andreas Rheinhardt > : > > > > Introduced in ed3c317d. > > > > Signed-off-by: Andreas Rheinhardt > > --- > > fftools/ffmpeg_opt.c | 6 -- > > 1 file changed, 4 insertions(+), 2 deleti

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg_opt: Fix mixed declarations and code

2019-11-06 Thread Carl Eugen Hoyos
Am Mi., 6. Nov. 2019 um 13:18 Uhr schrieb Andreas Rheinhardt : > > Introduced in ed3c317d. > > Signed-off-by: Andreas Rheinhardt > --- > fftools/ffmpeg_opt.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c > index af9a9a6a

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg_opt: Fix mixed declarations and code

2019-11-06 Thread Michael Niedermayer
On Wed, Nov 06, 2019 at 01:18:16PM +0100, Andreas Rheinhardt wrote: > Introduced in ed3c317d. > > Signed-off-by: Andreas Rheinhardt > --- > fftools/ffmpeg_opt.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6

[FFmpeg-devel] [PATCH] fftools/ffmpeg_opt: Fix mixed declarations and code

2019-11-06 Thread Andreas Rheinhardt
Introduced in ed3c317d. Signed-off-by: Andreas Rheinhardt --- fftools/ffmpeg_opt.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c index af9a9a6acb..f4ccf3f65e 100644 --- a/fftools/ffmpeg_opt.c +++ b/fftools/ffmpeg_opt.c @@ -3