opencv: 'for' loop initial declaration
authorLuis de Bethencourt <luis.bg@samsung.com>
Wed, 27 May 2015 12:08:46 +0000 (13:08 +0100)
committerLuis de Bethencourt <luis.bg@samsung.com>
Wed, 27 May 2015 12:10:35 +0000 (13:10 +0100)
commit9c729ef678f25a0dad9bc00707ce1044082703de
tree2a849cc6e84fe793c32af58ee9ff2f5baa5d1fda
parent666a80236ce7c51ee4fb03600608039f5f72d932
opencv: 'for' loop initial declaration

'for' loop initial declarations are not allowed in C89, moving the declarations
to before the 'for' loops.
ext/opencv/gstretinex.c