This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avutil/cpu_init: remove unnecessary arguments to the main() function
Signed-off-by: James Almer <jamrial@gmail.com>
tags/n3.3
Wan-Teh Chang
James Almer
9 years ago
parent
2f07830e69
commit
8986885801
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavutil/tests/cpu_init.c
+ 1
- 1
libavutil/tests/cpu_init.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save