comparison ra144.c @ 2288:3d4a1f8e6a27 libavcodec

* fixing a few of gcc 'clean-code' warnings
author kabi
date Wed, 06 Oct 2004 08:50:46 +0000
parents 7b13ac4995a9
children ef2149182f1c
comparison
equal deleted inserted replaced
2287:679642dc54cf 2288:3d4a1f8e6a27
128 while (ptr>a2) (*a2++)>>=4; 128 while (ptr>a2) (*a2++)>>=4;
129 } 129 }
130 130
131 131
132 /* do quarter-block output */ 132 /* do quarter-block output */
133 static void do_output_subblock(Real144_internal *glob, int x) 133 static void do_output_subblock(Real144_internal *glob, unsigned int x)
134 { 134 {
135 int a,b,c,d,e,f,g; 135 int a,b,c,d,e,f,g;
136 136
137 if (x==1) memset(glob->buffer,0,20); 137 if (x==1) memset(glob->buffer,0,20);
138 if ((*glob->iptr)==0) a=0; 138 if ((*glob->iptr)==0) a=0;