This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
mpv
mirror of
https://github.com/mpv-player/mpv
Watch
1
Star
0
Fork
You've already forked mpv
0
Code
Issues
Releases
Wiki
Activity
0bed2a2263
mpv
/
osdep
/
main-fn-unix.c
7 lines
92 B
C
Raw
Blame
History
#
include
"main-fn.h"
int
main
(
int
argc
,
char
*
argv
[
]
)
{
return
mpv_main
(
argc
,
argv
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink