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. --- demux/stheader.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'demux') 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 -- cgit v1.2.3