comparison libpostproc/postprocess.h @ 2979:bfabfdf9ce55 libavcodec

COSMETICS: tabs --> spaces, some prettyprinting
author diego
date Thu, 22 Dec 2005 01:10:11 +0000
parents ef2149182f1c
children 0b546eab515d
comparison
equal deleted inserted replaced
2978:403183bbb505 2979:bfabfdf9ce55
40 40
41 void pp_postprocess(uint8_t * src[3], int srcStride[3], 41 void pp_postprocess(uint8_t * src[3], int srcStride[3],
42 uint8_t * dst[3], int dstStride[3], 42 uint8_t * dst[3], int dstStride[3],
43 int horizontalSize, int verticalSize, 43 int horizontalSize, int verticalSize,
44 QP_STORE_T *QP_store, int QP_stride, 44 QP_STORE_T *QP_store, int QP_stride,
45 pp_mode_t *mode, pp_context_t *ppContext, int pict_type); 45 pp_mode_t *mode, pp_context_t *ppContext, int pict_type);
46 46
47 47
48 /** 48 /**
49 * returns a pp_mode_t or NULL if an error occured 49 * returns a pp_mode_t or NULL if an error occured
50 * name is the string after "-pp" on the command line 50 * name is the string after "-pp" on the command line