summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpostproc/postprocess.c')
-rw-r--r--libpostproc/postprocess.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c
index 9bb9468311..04c1fa8bd3 100644
--- a/libpostproc/postprocess.c
+++ b/libpostproc/postprocess.c
@@ -92,12 +92,12 @@ unsigned postproc_version(void)
return LIBPOSTPROC_VERSION_INT;
}
-const char * postproc_configuration(void)
+const char *postproc_configuration(void)
{
return FFMPEG_CONFIGURATION;
}
-const char * postproc_license(void)
+const char *postproc_license(void)
{
#define LICENSE_PREFIX "libpostproc license: "
return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1;