Skip to content

Commit

Permalink
Use CaptureFilter pointer for audio capture filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Sep 16, 2014
1 parent ed8a37b commit e55f4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DShowPlugin/DeviceSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class DeviceSource : public ImageSource
IBaseFilter *deviceFilter;
IBaseFilter *audioDeviceFilter;
CaptureFilter *captureFilter;
IBaseFilter *audioFilter;
CaptureFilter *audioFilter;

//---------------------------------

Expand Down

0 comments on commit e55f4c1

Please sign in to comment.