Browse Source

Update AudioDecoder.h

huihui 5 years ago
parent
commit
36d46c36d6
1 changed files with 0 additions and 2 deletions
  1. 0 2
      source/AudioDecode/src/AudioDecoder/AudioDecoder.h

+ 0 - 2
source/AudioDecode/src/AudioDecoder/AudioDecoder.h

@@ -50,8 +50,6 @@ private:
     int in_sample_rate;//输入的采样率
     int out_sample_rate;//输出的采样率
     int audio_tgt_channels; ///av_get_channel_layout_nb_channels(out_ch_layout);
-    unsigned int audio_buf_size;
-    unsigned int audio_buf_index;
     DECLARE_ALIGNED(16,uint8_t,audio_buf) [AVCODEC_MAX_AUDIO_FRAME_SIZE * 4];
 
     bool initResample();