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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/decode/ad.h b/audio/decode/ad.h
index 25f1239aa8..0af05e1827 100644
--- a/audio/decode/ad.h
+++ b/audio/decode/ad.h
@@ -28,7 +28,7 @@
struct mp_decoder_list;
-/* interface of video decoder drivers */
+/* interface of audio decoder drivers */
struct ad_functions {
const char *name;
void (*add_decoders)(struct mp_decoder_list *list);