Skip to content

Commit

Permalink
MP1-5171: Fixed DSUtil compatibility in DirectShowHelper and MPAudioS…
Browse files Browse the repository at this point in the history
…witcher
  • Loading branch information
epbk committed Aug 1, 2023
1 parent 7574389 commit f86245f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 40 deletions.
4 changes: 3 additions & 1 deletion DirectShowFilters/DirectShowHelper/source/MadPresenter.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@
#include "DeviceState.h"
#include "helpers/smartptr.h"
#include <tchar.h>
#include "../../mpc-hc_subs/src/DSUtil/DSUtil.h"
//#include "../../DSUtil/DSUtil.h"
#include "threads/Condition.h"
#include "threads/CriticalSection.h"
#include "StdString.h"
#include "dshowhelper.h"

using namespace std;

#define QI(i) (riid == __uuidof(i)) ? GetInterface((i*)this, ppv) :

enum SHAREDRENDER_STATE
{
RENDERFRAME_LOCK,
Expand Down
Loading

0 comments on commit f86245f

Please sign in to comment.