Commit 41ade2d7 authored by diego's avatar diego

Drop argc/argv parameters from main(), they are unused.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19907 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3e6c6ed7
......@@ -48,7 +48,7 @@ static void probe(AVProbeData *pd, int type, int p, int size)
}
}
int main(int argc, char **argv)
int main(void)
{
unsigned int p, i, type, size, retry;
AVProbeData pd;
......
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