comparison dsputil.h @ 4281:de525a2b41db libavcodec

ff_check_alignment to warn the user about a missaligned stack
author michael
date Thu, 07 Dec 2006 18:33:00 +0000
parents 1f84e4f18aa1
children f9325f2bc762
comparison
equal deleted inserted replaced
4280:57dc5aabf8c0 4281:de525a2b41db
407 op_pixels_func put_vc1_mspel_pixels_tab[16]; 407 op_pixels_func put_vc1_mspel_pixels_tab[16];
408 } DSPContext; 408 } DSPContext;
409 409
410 void dsputil_static_init(void); 410 void dsputil_static_init(void);
411 void dsputil_init(DSPContext* p, AVCodecContext *avctx); 411 void dsputil_init(DSPContext* p, AVCodecContext *avctx);
412
413 int ff_check_alignment(void);
412 414
413 /** 415 /**
414 * permute block according to permuatation. 416 * permute block according to permuatation.
415 * @param last last non zero element in scantable order 417 * @param last last non zero element in scantable order
416 */ 418 */