From ef9c5300ef02427db606273ac1f461a68c6c95ec Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 2 Oct 2013 21:19:16 +0200 Subject: cosmetics: replace "CTRL" defines by enums Because why not. --- audio/decode/ad.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'audio/decode') diff --git a/audio/decode/ad.h b/audio/decode/ad.h index 1d9ac13e35..30e739d135 100644 --- a/audio/decode/ad.h +++ b/audio/decode/ad.h @@ -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 */ -- cgit v1.2.3