summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/stheader.h')
-rw-r--r--libmpdemux/stheader.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libmpdemux/stheader.h b/libmpdemux/stheader.h
index ce4db94035..1ca4acab8b 100644
--- a/libmpdemux/stheader.h
+++ b/libmpdemux/stheader.h
@@ -72,11 +72,6 @@ typedef struct sh_audio {
char* a_buffer;
int a_buffer_len;
int a_buffer_size;
- // output buffers:
- char* a_out_buffer;
- int a_out_buffer_len;
- int a_out_buffer_size;
-// void* audio_out; // the audio_out handle, used for this audio stream
struct af_stream *afilter; // the audio filter stream
const struct ad_functions *ad_driver;
#ifdef CONFIG_DYNAMIC_PLUGINS