summaryrefslogtreecommitdiffstats
path: root/demux
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 /demux
parent32ad3138445dbf4ac16199ced2ad239a1a8c4e3f (diff)
downloadmpv-9200538b398a2f6d1be6bca107c58fd1a4070b01.tar.bz2
mpv-9200538b398a2f6d1be6bca107c58fd1a4070b01.tar.xz
audio: remove decoder input buffer
This was unused.
Diffstat (limited to 'demux')
-rw-r--r--demux/stheader.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index 15c55fdeda..0351a29ee7 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -94,11 +94,6 @@ typedef struct sh_audio {
struct mp_chmap channels;
int o_bps; // == samplerate*samplesize*channels.num (uncompr. bytes/sec)
int i_bps; // == bitrate (compressed bytes/sec)
- // in buffers:
- int audio_in_minsize; // initial size to allocate for a_in_buffer if any
- char *a_in_buffer; // input buffer used by some decoders
- int a_in_buffer_len;
- int a_in_buffer_size;
// decoder buffers:
int audio_out_minsize; // minimal output from decoder may be this much
char *a_buffer; // buffer for decoder output