projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ca8e4a
)
swscale-test: Drop unused argc and argv arguments from main().
author
Diego Biurrun
<diego@biurrun.de>
Fri, 13 Jan 2012 16:01:18 +0000
(17:01 +0100)
committer
Diego Biurrun
<diego@biurrun.de>
Wed, 1 Feb 2012 13:24:25 +0000
(14:24 +0100)
libswscale/colorspace-test.c
patch
|
blob
|
history
diff --git
a/libswscale/colorspace-test.c
b/libswscale/colorspace-test.c
index
10cee8a
..
135924c
100644
(file)
--- a/
libswscale/colorspace-test.c
+++ b/
libswscale/colorspace-test.c
@@
-33,7
+33,7
@@
#define FUNC(s, d, n) { s, d, #n, n }
-int main(
int argc, char **argv
)
+int main(
void
)
{
int i, funcNum;
uint8_t *srcBuffer = av_malloc(SIZE);