Jelajahi Sumber

Update AudioDecoder.h

huihui 5 tahun lalu
induk
melakukan
36d46c36d6
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  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();