git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
colorspace-test: fix build
[ffmpeg.git]
/
libswscale
/
colorspace-test.c
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;