comparison libswscale/yuv2rgb_bfin.c @ 28953:1e56ea9937ce

Consistently use ff_ prefixes for internal symbols.
author diego
date Wed, 18 Mar 2009 08:06:08 +0000
parents 577f9ddbe24f
children
comparison
equal deleted inserted replaced
28952:4c44f716c9da 28953:1e56ea9937ce
179 return core_yuv420_rgb(c, in, instrides, srcSliceY, srcSliceH, oplanes, 179 return core_yuv420_rgb(c, in, instrides, srcSliceY, srcSliceH, oplanes,
180 outstrides, ff_bfin_yuv2rgb565_line, 0, 565); 180 outstrides, ff_bfin_yuv2rgb565_line, 0, 565);
181 } 181 }
182 182
183 183
184 SwsFunc sws_yuv2rgb_get_func_ptr_bfin(SwsContext *c) 184 SwsFunc ff_yuv2rgb_get_func_ptr_bfin(SwsContext *c)
185 { 185 {
186 SwsFunc f; 186 SwsFunc f;
187 187
188 switch(c->dstFormat) { 188 switch(c->dstFormat) {
189 case PIX_FMT_RGB555: f = bfin_yuv420_rgb555; break; 189 case PIX_FMT_RGB555: f = bfin_yuv420_rgb555; break;