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

typedef struct MPOpts {
    int fixed_vo;
} MPOpts;

#endif