Commit 51da31f1 authored by Nick Kurshev's avatar Nick Kurshev

cosmetic

Originally committed as revision 2565 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent 541c4eb9
...@@ -118,7 +118,7 @@ void rgb32to24(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 Original by Strepto/Astral
ported to gcc & bugfixed : A'rpi 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) 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) ...@@ -118,7 +118,7 @@ void rgb32to24(uint8_t *src,uint8_t *dst,uint32_t src_size)
/* /*
Original by Strepto/Astral Original by Strepto/Astral
ported to gcc & bugfixed : A'rpi 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) void rgb15to16(uint8_t *src,uint8_t *dst,uint32_t src_size)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment