swscale-test: Drop unused argc and argv arguments from main().
authorDiego Biurrun <diego@biurrun.de>
Fri, 13 Jan 2012 16:01:18 +0000 (17:01 +0100)
committerDiego Biurrun <diego@biurrun.de>
Wed, 1 Feb 2012 13:24:25 +0000 (14:24 +0100)
libswscale/colorspace-test.c

index 10cee8a..135924c 100644 (file)
@@ -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);