From 9200538b398a2f6d1be6bca107c58fd1a4070b01 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 8 Jul 2013 23:32:44 +0200 Subject: audio: remove decoder input buffer This was unused. --- audio/decode/ad.h | 1 - 1 file changed, 1 deletion(-) (limited to 'audio/decode/ad.h') 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); -- cgit v1.2.3