comparison ppc/mpegvideo_altivec.c @ 6366:81d6ff9da713 libavcodec

Remove stray #undef.
author diego
date Mon, 18 Feb 2008 22:22:17 +0000
parents 80c7e9c015c6
children f02434b252ce
comparison
equal deleted inserted replaced
6365:80c7e9c015c6 6366:81d6ff9da713
484 s->intra_scantable.scantable, lastNonZero); 484 s->intra_scantable.scantable, lastNonZero);
485 } 485 }
486 486
487 return lastNonZero; 487 return lastNonZero;
488 } 488 }
489 #undef FOUROF
490 489
491 /* 490 /*
492 AltiVec version of dct_unquantize_h263 491 AltiVec version of dct_unquantize_h263
493 this code assumes `block' is 16 bytes-aligned 492 this code assumes `block' is 16 bytes-aligned
494 */ 493 */