summaryrefslogtreecommitdiffstats
path: root/options.h
blob: 0a13dc6080b383c009aa1e3792ea326eadb7f647 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef MPLAYER_OPTIONS_H
#define MPLAYER_OPTIONS_H

typedef struct MPOpts {
    char **video_driver_list;
    char **audio_driver_list;
    int fixed_vo;
} MPOpts;

#endif