mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
cosmetics: replace "CTRL" defines by enums
Because why not.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user