comparison dsputil.h @ 1201:e0fc95a6eb4e libavcodec

fixed static init
author bellard
date Sun, 20 Apr 2003 16:16:52 +0000
parents 5af9aeadbdc3
children a71fe70b428b
comparison
equal deleted inserted replaced
1200:b448d7c17215 1201:e0fc95a6eb4e
243 #define FF_SIMPLE_IDCT_PERM 3 243 #define FF_SIMPLE_IDCT_PERM 3
244 #define FF_TRANSPOSE_IDCT_PERM 4 244 #define FF_TRANSPOSE_IDCT_PERM 4
245 245
246 } DSPContext; 246 } DSPContext;
247 247
248 void dsputil_static_init(void);
248 void dsputil_init(DSPContext* p, AVCodecContext *avctx); 249 void dsputil_init(DSPContext* p, AVCodecContext *avctx);
249 250
250 /** 251 /**
251 * permute block according to permuatation. 252 * permute block according to permuatation.
252 * @param last last non zero element in scantable order 253 * @param last last non zero element in scantable order