浏览代码

Update VideoPlayer.h

huihui 4 年之前
父节点
当前提交
1156f8c2b0
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      module/VideoPlayer/src/VideoPlayer/VideoPlayer.h

+ 3 - 3
module/VideoPlayer/src/VideoPlayer/VideoPlayer.h

@@ -161,9 +161,9 @@ private:
     int vfilter_idx;
     AVFilterContext *in_video_filter;   // the first filter in the video chain
     AVFilterContext *out_video_filter;  // the last filter in the video chain
-    AVFilterContext *in_audio_filter;   // the first filter in the audio chain
-    AVFilterContext *out_audio_filter;  // the last filter in the audio chain
-    AVFilterGraph *agraph;              // audio filter graph
+//    AVFilterContext *in_audio_filter;   // the first filter in the audio chain
+//    AVFilterContext *out_audio_filter;  // the last filter in the audio chain
+//    AVFilterGraph *agraph;              // audio filter graph
 #endif
 
     ///视频帧队列