소스 검색

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();