summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/decode/ad.h4
1 files changed, 3 insertions, 1 deletions
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 */