[vlc-devel] [PATCH] Fix performance regression in swscale on android
Rafaël Carré
funman at videolan.org
Wed Jan 18 01:11:03 CET 2012
Le 2012-01-17 17:50, XilasZ a écrit :
> Don't use SWS_ACCURATE_RND for RGBA on android, it's slow as hell.
>
> This fix was on the old android repo, but didn't make to the new one,
> causing a huge performance regression.
If SWS_ACCURATE_RND is always slow, please put the #ifndef around the
actual flag setting.
For now only RGBA is used on android but we can't predict the future
More information about the vlc-devel
mailing list