comparison snow.c @ 2979:bfabfdf9ce55 libavcodec

COSMETICS: tabs --> spaces, some prettyprinting
author diego
date Thu, 22 Dec 2005 01:10:11 +0000
parents 18e7ecf83aa2
children cb0e26759cca
comparison
equal deleted inserted replaced
2978:403183bbb505 2979:bfabfdf9ce55
564 av_free(buf->data_stack); 564 av_free(buf->data_stack);
565 assert(buf->line); 565 assert(buf->line);
566 av_free(buf->line); 566 av_free(buf->line);
567 } 567 }
568 568
569 #ifdef __sgi 569 #ifdef __sgi
570 // Avoid a name clash on SGI IRIX 570 // Avoid a name clash on SGI IRIX
571 #undef qexp 571 #undef qexp
572 #endif 572 #endif
573 #define QEXPSHIFT (7-FRAC_BITS+8) //FIXME try to change this to 0 573 #define QEXPSHIFT (7-FRAC_BITS+8) //FIXME try to change this to 0
574 static uint8_t qexp[QROOT]; 574 static uint8_t qexp[QROOT];
575 575
576 static inline int mirror(int v, int m){ 576 static inline int mirror(int v, int m){