mpv/options.h

9 lines
113 B
C

#ifndef MPLAYER_OPTIONS_H
#define MPLAYER_OPTIONS_H
typedef struct MPOpts {
int fixed_vo;
} MPOpts;
#endif