From 16e0bf7349853d36b604bbc51c8b7f203dafa4e2 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 22 Mar 2008 15:46:34 +0000 Subject: cosmetics: Fix indentation to be 4 spaces and consistently place {}. Originally committed as revision 12552 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libpostproc/postprocess.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libpostproc/postprocess.h') diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h index 7c7abb3..38baeec 100644 --- a/libpostproc/postprocess.h +++ b/libpostproc/postprocess.h @@ -59,10 +59,10 @@ extern const char pp_help[]; ///< a simple help text #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); /** -- cgit v1.1