0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/options.h

15 lines
255 B
C
Raw Normal View History

#ifndef MPLAYER_OPTIONS_H
#define MPLAYER_OPTIONS_H
typedef struct MPOpts {
char **video_driver_list;
char **audio_driver_list;
int fixed_vo;
int vo_ontop;
2008-04-20 23:37:12 +02:00
int vo_dbpp;
2008-04-16 06:11:12 +02:00
int correct_pts;
int user_correct_pts;
} MPOpts;
#endif