|
@@ -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
|
|
|
|
|
|
///视频帧队列
|