Fix segfault with rgb24 and full_internal_chrome due to non existing alpha
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 16 Sep 2008 03:49:54 +0000 (03:49 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 16 Sep 2008 03:49:54 +0000 (03:49 +0000)
commitd616c8ae3dcce2e00b69d9b31f52aaa6b68ce19c
treee8a087b8b2fbf13ef235b9e48ed5bf3b0d6f1b58
parent1d4113d0532ff01f9db5964333eb1a3997d9fb86
Fix segfault with rgb24 and full_internal_chrome due to non existing alpha
byte being written after the array.

Originally committed as revision 27628 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/swscale.c