diff options
author | Matthieu Bouron <matthieu.bouron@stupeflix.com> | 2015-11-05 14:49:57 +0100 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2015-11-23 14:47:12 +0100 |
commit | 46feb66972bb9e872aebf15b9fe6ee9075e2615a (patch) | |
tree | b5ce41fca4aeaf59686747b3d660e851bdc9b767 /libswscale/swscale_unscaled.c | |
parent | e9ec28c95ef68543648073bb9e1531bfc7c85048 (diff) | |
download | ffmpeg-46feb66972bb9e872aebf15b9fe6ee9075e2615a.tar.gz |
swscale/arm: add ff_nv{12,21}_to_{argb,rgba,abgr,bgra}_neon
Signed-off-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
Signed-off-by: Clément Bœsch <clement@stupeflix.com>
Diffstat (limited to 'libswscale/swscale_unscaled.c')
-rw-r--r-- | libswscale/swscale_unscaled.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/swscale_unscaled.c b/libswscale/swscale_unscaled.c index f387f52df4..89cb90d793 100644 --- a/libswscale/swscale_unscaled.c +++ b/libswscale/swscale_unscaled.c @@ -1762,8 +1762,8 @@ void ff_get_unscaled_swscale(SwsContext *c) if (ARCH_PPC) ff_get_unscaled_swscale_ppc(c); -// if (ARCH_ARM) -// ff_get_unscaled_swscale_arm(c); + if (ARCH_ARM) + ff_get_unscaled_swscale_arm(c); } /* Convert the palette to the same packed 32-bit format as the palette */ |