Commit 89868858 authored by Wan-Teh Chang's avatar Wan-Teh Chang Committed by James Almer

avutil/cpu_init: remove unnecessary arguments to the main() function

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 2f07830e
......@@ -40,7 +40,7 @@ static void *thread_main(void *arg)
#endif
int main(int argc, char **argv)
int main(void)
{
#if HAVE_PTHREADS
int cpu_flags1;
......
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