Commit 9407246d authored by Diego Biurrun's avatar Diego Biurrun

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

Originally committed as revision 19907 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 497559ec
...@@ -48,7 +48,7 @@ static void probe(AVProbeData *pd, int type, int p, int size) ...@@ -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; unsigned int p, i, type, size, retry;
AVProbeData pd; 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