Commit 2e3fb9e3 authored by Diego Biurrun's avatar Diego Biurrun

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

parent 8ca8e4a8
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment