From 997980f0d8a3f38d5e7e1011c746641444c9ac7c Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 3 Jan 2010 14:35:20 +0000 Subject: Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the swscale_configuration() and swscale_license() functions, consistent with the rest of FFmpeg. Originally committed as revision 30180 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libswscale/swscale.h') diff --git a/libswscale/swscale.h b/libswscale/swscale.h index d940e82271..d4761d0692 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -51,12 +51,12 @@ unsigned swscale_version(void); /** * Returns the libswscale build-time configuration. */ -const char * swscale_configuration(void); +const char *swscale_configuration(void); /** * Returns the libswscale license. */ -const char * swscale_license(void); +const char *swscale_license(void); /* values for the flags, the stuff on the command line is different */ #define SWS_FAST_BILINEAR 1 -- cgit v1.2.3