diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-22 15:46:34 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-22 15:46:34 +0000 |
commit | 16e0bf7349853d36b604bbc51c8b7f203dafa4e2 (patch) | |
tree | edbbb11422abacdd8d26e18cc32d94cce04958e5 /libpostproc/postprocess.h | |
parent | b19221c8ceb9976db1d8b69a54b2784d24a8abc0 (diff) | |
download | ffmpeg-16e0bf7349853d36b604bbc51c8b7f203dafa4e2.tar.gz |
cosmetics: Fix indentation to be 4 spaces and consistently place {}.
Originally committed as revision 12552 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc/postprocess.h')
-rw-r--r-- | libpostproc/postprocess.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h index 7c7abb384e..38baeecd68 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); /** |