comparison sparc/dsputil_vis.c @ 5967:15ed47af1838 libavcodec

Misc spelling fixes, prefer American over British English.
author diego
date Sun, 02 Dec 2007 15:43:08 +0000
parents 80103098c797
children f7cbb7733146
comparison
equal deleted inserted replaced
5966:1275461ae6f8 5967:15ed47af1838
3997 } 3997 }
3998 3998
3999 /* libavcodec initialization code */ 3999 /* libavcodec initialization code */
4000 void dsputil_init_vis(DSPContext* c, AVCodecContext *avctx) 4000 void dsputil_init_vis(DSPContext* c, AVCodecContext *avctx)
4001 { 4001 {
4002 /* VIS specific optimizations */ 4002 /* VIS-specific optimizations */
4003 int accel = vis_level (); 4003 int accel = vis_level ();
4004 4004
4005 if (accel & ACCEL_SPARC_VIS) { 4005 if (accel & ACCEL_SPARC_VIS) {
4006 if(avctx->idct_algo==FF_IDCT_SIMPLEVIS){ 4006 if(avctx->idct_algo==FF_IDCT_SIMPLEVIS){
4007 c->idct_put = ff_simple_idct_put_vis; 4007 c->idct_put = ff_simple_idct_put_vis;