cosmetics: replace "CTRL" defines by enums

Because why not.
This commit is contained in:
wm4
2013-10-02 21:19:16 +02:00
parent 93b712fa8a
commit ef9c5300ef
5 changed files with 61 additions and 51 deletions

View File

@@ -39,6 +39,8 @@ struct ad_functions {
int maxlen);
};
#define ADCTRL_RESYNC_STREAM 1 // resync, called after seeking
enum ad_ctrl {
ADCTRL_RESYNC_STREAM = 1, // resync, called after seeking
};
#endif /* MPLAYER_AD_H */