diff postprocess_internal.h @ 5:a4a3c84fe72f libpostproc

Add const to (mostly) char* and make some functions static, which aren't used outside their declaring source file and which have no corresponding prototype. patch by Stefan Huehner stefan^^@^^huehner^^.^^org
author diego
date Sun, 18 Jun 2006 11:33:14 +0000
parents 7c419ceafa6a
children 7ebcf3d8fce1
line wrap: on
line diff
--- a/postprocess_internal.h	Fri Jun 09 13:13:08 2006 +0000
+++ b/postprocess_internal.h	Sun Jun 18 11:33:14 2006 +0000
@@ -79,8 +79,8 @@
  * Postprocessng filter.
  */
 struct PPFilter{
-        char *shortName;
-        char *longName;
+        const char *shortName;
+        const char *longName;
         int chromDefault;       ///< is chrominance filtering on by default if this filter is manually activated
         int minLumQuality;      ///< minimum quality to turn luminance filtering on
         int minChromQuality;    ///< minimum quality to turn chrominance filtering on