Hi, On Mon, Feb 13, 2012 at 1:15 AM, Diego Biurrun <[email protected]> wrote: > --- > libswscale/swscale.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) [..] > - int32_t av_unused *alpMmxFilter= c->alpMmxFilter;
OK. (In a separate patch,) can you also have a look and see if you can remove the write-only variable "alpMmxFilter" from SwsContext? It's written to in swscale_mmx.c, but not used otherwise. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
