summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-03 14:35:20 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-03 14:35:20 +0000
commit997980f0d8a3f38d5e7e1011c746641444c9ac7c (patch)
treeae507a44665e51808e0789983c47112aa335d413 /libswscale/swscale.c
parent41600690673d6e49026c3309c708d6da17c603c6 (diff)
downloadffmpeg-streaming-997980f0d8a3f38d5e7e1011c746641444c9ac7c.zip
ffmpeg-streaming-997980f0d8a3f38d5e7e1011c746641444c9ac7c.tar.gz
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
Diffstat (limited to 'libswscale/swscale.c')
-rw-r--r--libswscale/swscale.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index 12bc608..9c49054 100644
--- a/libswscale/swscale.c
+++ b/libswscale/swscale.c
@@ -85,12 +85,12 @@ unsigned swscale_version(void)
return LIBSWSCALE_VERSION_INT;
}
-const char * swscale_configuration(void)
+const char *swscale_configuration(void)
{
return FFMPEG_CONFIGURATION;
}
-const char * swscale_license(void)
+const char *swscale_license(void)
{
#define LICENSE_PREFIX "libswscale license: "
return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1;
OpenPOWER on IntegriCloud