浏览代码

Update AudioDecoder.h

huihui 5 年之前
父节点
当前提交
36d46c36d6
共有 1 个文件被更改,包括 0 次插入2 次删除
  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();