git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e3c011c
)
colorspace-test: fix build
author
Ramiro Polla
<ramiro.polla@gmail.com>
Tue, 7 Dec 2010 15:27:11 +0000
(15:27 +0000)
committer
Ramiro Polla
<ramiro.polla@gmail.com>
Tue, 7 Dec 2010 15:27:11 +0000
(15:27 +0000)
rgb32tobgr32() has been removed in favour of shuffle_bytes_2103() in r32190
Originally committed as revision 32676 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/colorspace-test.c
patch
|
blob
|
history
diff --git
a/libswscale/colorspace-test.c
b/libswscale/colorspace-test.c
index
5a48065
..
50db7d0
100644
(file)
--- a/
libswscale/colorspace-test.c
+++ b/
libswscale/colorspace-test.c
@@
-108,7
+108,7
@@
int main(int argc, char **argv)
FUNC(4, 2, rgb32tobgr15),
FUNC(4, 2, rgb32tobgr16),
FUNC(4, 3, rgb32tobgr24),
- FUNC(4, 4,
rgb32tobgr32),
+ FUNC(4, 4,
shuffle_bytes_2103), /* rgb32tobgr32 */
FUNC(0, 0, NULL)
};
int width;