mirror of https://github.com/mpv-player/mpv
cosmetic
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2565 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
734198df19
commit
6b0ee0f3c3
|
@ -118,7 +118,7 @@ void rgb32to24(uint8_t *src,uint8_t *dst,uint32_t src_size)
|
|||
/*
|
||||
Original by Strepto/Astral
|
||||
ported to gcc & bugfixed : A'rpi
|
||||
MMX, 3DNOW optimization by Nick Kurshev
|
||||
MMX2, 3DNOW optimization by Nick Kurshev
|
||||
*/
|
||||
void rgb15to16(uint8_t *src,uint8_t *dst,uint32_t src_size)
|
||||
{
|
||||
|
|
|
@ -118,7 +118,7 @@ void rgb32to24(uint8_t *src,uint8_t *dst,uint32_t src_size)
|
|||
/*
|
||||
Original by Strepto/Astral
|
||||
ported to gcc & bugfixed : A'rpi
|
||||
MMX, 3DNOW optimization by Nick Kurshev
|
||||
MMX2, 3DNOW optimization by Nick Kurshev
|
||||
*/
|
||||
void rgb15to16(uint8_t *src,uint8_t *dst,uint32_t src_size)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue