diff postprocess.h @ 78:47ff4bd209cd libpostproc

const
author michael
date Sat, 02 Feb 2008 21:24:54 +0000
parents 6539cfc12739
children f40477ade122
line wrap: on
line diff
--- a/postprocess.h	Sat Feb 02 17:13:40 2008 +0000
+++ b/postprocess.h	Sat Feb 02 21:24:54 2008 +0000
@@ -48,10 +48,10 @@
 extern const char pp_help[]; ///< a simple help text
 #endif
 
-void  pp_postprocess(uint8_t * src[3], int srcStride[3],
-                 uint8_t * dst[3], int dstStride[3],
+void  pp_postprocess(const uint8_t * src[3], const int srcStride[3],
+                 uint8_t * dst[3], const int dstStride[3],
                  int horizontalSize, int verticalSize,
-                 QP_STORE_T *QP_store,  int QP_stride,
+                 const QP_STORE_T *QP_store,  int QP_stride,
                  pp_mode_t *mode, pp_context_t *ppContext, int pict_type);