mirror of
https://github.com/mpv-player/mpv
synced 2024-12-11 09:25:56 +00:00
4 lines
126 B
C
4 lines
126 B
C
struct MPOpts;
|
|
void set_default_mplayer_options(struct MPOpts *opts);
|
|
void set_default_mencoder_options(struct MPOpts *opts);
|