comparison alpha/dsputil_alpha.c @ 8620:3d2806d0390a libavcodec

Alpha: indentation
author mru
date Sun, 18 Jan 2009 05:52:15 +0000
parents ce9b3d6a0abf
children 72e109759617
comparison
equal deleted inserted replaced
8619:ce9b3d6a0abf 8620:3d2806d0390a
357 add_pixels_clamped_axp_p = c->add_pixels_clamped; 357 add_pixels_clamped_axp_p = c->add_pixels_clamped;
358 358
359 if (!avctx->lowres && 359 if (!avctx->lowres &&
360 (avctx->idct_algo == FF_IDCT_AUTO || 360 (avctx->idct_algo == FF_IDCT_AUTO ||
361 avctx->idct_algo == FF_IDCT_SIMPLEALPHA)) { 361 avctx->idct_algo == FF_IDCT_SIMPLEALPHA)) {
362 c->idct_put = simple_idct_put_axp; 362 c->idct_put = simple_idct_put_axp;
363 c->idct_add = simple_idct_add_axp; 363 c->idct_add = simple_idct_add_axp;
364 c->idct = simple_idct_axp; 364 c->idct = simple_idct_axp;
365 } 365 }
366 } 366 }