Re: [FFmpeg-devel] [PATCH v2 1/3] checkasm: sw_rgb: Fix mixed declaration and code

2020-05-31 Thread Michael Niedermayer
On Sun, May 31, 2020 at 04:18:32PM +0800, Jun Zhao wrote: > From: Jun Zhao > > Fix mixed declaration and code. > > Signed-off-by: Jun Zhao > --- > tests/checkasm/sw_rgb.c | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) LGTM thx -- Michael GnuPG fingerprint: 9FF2128B147E

[FFmpeg-devel] [PATCH v2 1/3] checkasm: sw_rgb: Fix mixed declaration and code

2020-05-31 Thread Jun Zhao
From: Jun Zhao Fix mixed declaration and code. Signed-off-by: Jun Zhao --- tests/checkasm/sw_rgb.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/checkasm/sw_rgb.c b/tests/checkasm/sw_rgb.c index 1e8ea15..e5aad20 100644 --- a/tests/checkasm/sw_rgb.c +++ b/test