comparison imc.c @ 4170:f97a2081b5b1 libavcodec

make some symbols static
author mru
date Sat, 11 Nov 2006 20:54:48 +0000
parents e678c86986b3
children 18a371831f05
comparison
equal deleted inserted replaced
4169:8d67ae8320dc 4170:f97a2081b5b1
536 } 536 }
537 } 537 }
538 } 538 }
539 } 539 }
540 540
541 void imc_imdct256(IMCContext *q) { 541 static void imc_imdct256(IMCContext *q) {
542 int i; 542 int i;
543 float re, im; 543 float re, im;
544 544
545 /* prerotation */ 545 /* prerotation */
546 for(i=0; i < COEFFS/2; i++){ 546 for(i=0; i < COEFFS/2; i++){