On Sun, Feb 19, 2012 at 07:00:58AM -0800, Ronald S. Bultje wrote: > Revert "swscale: update context offsets after removal of AlpMmxFilter." > (commit a95e3fa90b4190381b65d180eec5a4027075e2da) > and > Revert "swscale: Remove some write-only variables related to alpha handling." > (commit 9d03cb9fc5ddf914920ab0dbe13f19a34c754966). > > They broke alpha handling - it's the evil inline asm that still uses that > variable, so it's not truely write-only. > --- > libswscale/swscale_internal.h | 10 ++++++---- > libswscale/x86/swscale_mmx.c | 14 ++++++++++++++ > libswscale/x86/swscale_template.c | 4 ++-- > 3 files changed, 22 insertions(+), 6 deletions(-)
OK P.S. now you realize how broken SwS is and why it needs to get rid of inline asm, don't you? ;) _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
