mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01: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);
|