mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-08 23:58:51 +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 }
|
#define FUNC(s, d, n) { s, d, #n, n }
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
int main(void)
|
||||||
{
|
{
|
||||||
int i, funcNum;
|
int i, funcNum;
|
||||||
uint8_t *srcBuffer = av_malloc(SIZE);
|
uint8_t *srcBuffer = av_malloc(SIZE);
|
||||||
|
Loading…
Reference in New Issue
Block a user