summaryrefslogtreecommitdiffstats
path: root/audio/decode/ad.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-08 23:32:44 +0200
committerwm4 <wm4@nowhere>2013-07-10 02:00:46 +0200
commit9200538b398a2f6d1be6bca107c58fd1a4070b01 (patch)
tree449f3db210602a3e9fda217033aee71fdb3f54f6 /audio/decode/ad.h
parent32ad3138445dbf4ac16199ced2ad239a1a8c4e3f (diff)
downloadmpv-9200538b398a2f6d1be6bca107c58fd1a4070b01.tar.bz2
mpv-9200538b398a2f6d1be6bca107c58fd1a4070b01.tar.xz
audio: remove decoder input buffer
This was unused.
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);