Browse Source

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

tags/n0.11
Diego Biurrun 13 years ago
parent
commit
2e3fb9e372
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libswscale/colorspace-test.c

+ 1
- 1
libswscale/colorspace-test.c View 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);


Loading…
Cancel
Save