1 2 3 4 5 6 7 8
#ifndef MPLAYER_OPTIONS_H #define MPLAYER_OPTIONS_H typedef struct MPOpts { int fixed_vo; } MPOpts; #endif