[FFmpeg-cvslog] swscale-test: Drop unused argc and argv arguments from main().

Diego Biurrun git at videolan.org
Thu Feb 2 02:46:26 CET 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Jan 13 17:01:18 2012 +0100| [2e3fb9e3728b087870eaaea5e1c08f42c809e1eb] | committer: Diego Biurrun

swscale-test: Drop unused argc and argv arguments from main().

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2e3fb9e3728b087870eaaea5e1c08f42c809e1eb
---

 libswscale/colorspace-test.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libswscale/colorspace-test.c b/libswscale/colorspace-test.c
index 10cee8a..135924c 100644
--- 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);



More information about the ffmpeg-cvslog mailing list