Re: [FFmpeg-devel] [PATCH] avfilter/motion_estimation: Fix pre processor formating

2016-08-26 Thread Davinder Singh
On Sat, Aug 27, 2016 at 2:26 AM Michael Niedermayer wrote: > On Fri, Aug 26, 2016 at 04:00:09PM -0300, James Almer wrote: > > On 8/26/2016 3:19 PM, Michael Niedermayer wrote: > > > IIRC, The spaces are not standard before the # > > > > We use them sometimes when nesting

Re: [FFmpeg-devel] [PATCH] avfilter/motion_estimation: Fix pre processor formating

2016-08-26 Thread Michael Niedermayer
On Fri, Aug 26, 2016 at 04:00:09PM -0300, James Almer wrote: > On 8/26/2016 3:19 PM, Michael Niedermayer wrote: > > IIRC, The spaces are not standard before the # > > We use them sometimes when nesting several preprocessor checks, spaces after the # are standard IIRC, before they are not but

Re: [FFmpeg-devel] [PATCH] avfilter/motion_estimation: Fix pre processor formating

2016-08-26 Thread James Almer
On 8/26/2016 3:19 PM, Michael Niedermayer wrote: > IIRC, The spaces are not standard before the # We use them sometimes when nesting several preprocessor checks, but in this case yes, it should have no spaces. > > Signed-off-by: Michael Niedermayer > --- >

[FFmpeg-devel] [PATCH] avfilter/motion_estimation: Fix pre processor formating

2016-08-26 Thread Michael Niedermayer
IIRC, The spaces are not standard before the # Signed-off-by: Michael Niedermayer --- libavfilter/motion_estimation.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavfilter/motion_estimation.c b/libavfilter/motion_estimation.c index