comparison 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
comparison
equal deleted inserted replaced
94:094413c45b0f 95:c24dab9bca80
57 #else 57 #else
58 extern const char pp_help[]; ///< a simple help text 58 extern const char pp_help[]; ///< a simple help text
59 #endif 59 #endif
60 60
61 void pp_postprocess(const uint8_t * src[3], const int srcStride[3], 61 void pp_postprocess(const uint8_t * src[3], const int srcStride[3],
62 uint8_t * dst[3], const int dstStride[3], 62 uint8_t * dst[3], const int dstStride[3],
63 int horizontalSize, int verticalSize, 63 int horizontalSize, int verticalSize,
64 const QP_STORE_T *QP_store, int QP_stride, 64 const QP_STORE_T *QP_store, int QP_stride,
65 pp_mode_t *mode, pp_context_t *ppContext, int pict_type); 65 pp_mode_t *mode, pp_context_t *ppContext, int pict_type);
66 66
67 67
68 /** 68 /**
69 * returns a pp_mode_t or NULL if an error occurred 69 * returns a pp_mode_t or NULL if an error occurred
70 * name is the string after "-pp" on the command line 70 * name is the string after "-pp" on the command line