summaryrefslogtreecommitdiffstats
path: root/audio/decode/ad.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/decode/ad.h')
-rw-r--r--audio/decode/ad.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/decode/ad.h b/audio/decode/ad.h
index ff51ecbe35..1f45e88f98 100644
--- a/audio/decode/ad.h
+++ b/audio/decode/ad.h
@@ -42,7 +42,6 @@ typedef struct ad_functions
// NULL terminated array of all drivers
extern const ad_functions_t * const mpcodecs_ad_drivers[];
-// fallback if ADCTRL_RESYNC not implemented: sh_audio->a_in_buffer_len=0;
#define ADCTRL_RESYNC_STREAM 1 // resync, called after seeking
// fallback if ADCTRL_SKIP not implemented: ds_fill_buffer(sh_audio->ds);