diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-08-20 10:48:40 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-08-29 10:23:52 +0200 |
commit | 3aa682f25324d811ec284edc808eb71a46eae950 (patch) | |
tree | 6a2f304fc442c60cd07aec8ae1c25d6bdd6c6392 /libswscale/bfin/yuv2rgb_bfin.c | |
parent | c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19 (diff) | |
download | ffmpeg-3aa682f25324d811ec284edc808eb71a46eae950.tar.gz |
swscale: consistent names for arch-specific acceleration functions
Diffstat (limited to 'libswscale/bfin/yuv2rgb_bfin.c')
-rw-r--r-- | libswscale/bfin/yuv2rgb_bfin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/bfin/yuv2rgb_bfin.c b/libswscale/bfin/yuv2rgb_bfin.c index 5b74c7a516..6c3496d7ce 100644 --- a/libswscale/bfin/yuv2rgb_bfin.c +++ b/libswscale/bfin/yuv2rgb_bfin.c @@ -167,7 +167,7 @@ static int bfin_yuv420_bgr565(SwsContext *c, const uint8_t **in, int *instrides, outstrides, ff_bfin_yuv2rgb565_line, 0, 565); } -SwsFunc ff_yuv2rgb_get_func_ptr_bfin(SwsContext *c) +SwsFunc ff_yuv2rgb_init_bfin(SwsContext *c) { SwsFunc f; |