diff postprocess.h @ 95:c24dab9bca80 libpostproc

cosmetics: Fix indentation to be 4 spaces and consistently place {}.
author diego
date Sat, 22 Mar 2008 15:46:34 +0000
parents 094413c45b0f
children 858be852c955
line wrap: on
line diff
--- a/postprocess.h	Sat Mar 22 01:06:57 2008 +0000
+++ b/postprocess.h	Sat Mar 22 15:46:34 2008 +0000
@@ -59,10 +59,10 @@
 #endif
 
 void  pp_postprocess(const uint8_t * src[3], const int srcStride[3],
-                 uint8_t * dst[3], const int dstStride[3],
-                 int horizontalSize, int verticalSize,
-                 const QP_STORE_T *QP_store,  int QP_stride,
-                 pp_mode_t *mode, pp_context_t *ppContext, int pict_type);
+                     uint8_t * dst[3], const int dstStride[3],
+                     int horizontalSize, int verticalSize,
+                     const QP_STORE_T *QP_store,  int QP_stride,
+                     pp_mode_t *mode, pp_context_t *ppContext, int pict_type);
 
 
 /**