mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-22 23:33:11 +00:00
swscale-test: Drop unused argc and argv arguments from main().
This commit is contained in:
parent
8ca8e4a846
commit
2e3fb9e372
@ -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…
Reference in New Issue
Block a user