summaryrefslogtreecommitdiffstats
path: root/libpostproc/postprocess.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-03 14:31:25 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-03 14:31:25 +0000
commit41600690673d6e49026c3309c708d6da17c603c6 (patch)
tree48ec152b08d9c23f95546ac413083902f26f1abd /libpostproc/postprocess.h
parent8040c3b25085999042fe97763bc7367f05898599 (diff)
downloadffmpeg-streaming-41600690673d6e49026c3309c708d6da17c603c6.zip
ffmpeg-streaming-41600690673d6e49026c3309c708d6da17c603c6.tar.gz
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and
XXX_license() functions, consistent with the rest of FFmpeg. Originally committed as revision 21005 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc/postprocess.h')
-rw-r--r--libpostproc/postprocess.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h
index 5f23bb2..6c38eb3 100644
--- a/libpostproc/postprocess.h
+++ b/libpostproc/postprocess.h
@@ -51,12 +51,12 @@ unsigned postproc_version(void);
/**
* Returns the libpostproc build-time configuration.
*/
-const char * postproc_configuration(void);
+const char *postproc_configuration(void);
/**
* Returns the libpostproc license.
*/
-const char * postproc_license(void);
+const char *postproc_license(void);
#define PP_QUALITY_MAX 6
OpenPOWER on IntegriCloud