Mercurial > mplayer.hg
annotate loader/dmo/dmo_guids.h @ 36815:4c44fdd14655
Fix issue with Win32 GUI default preferences.
Don't (mis)use option variables to set defaults (and then don't use
them when actually setting the defaults in the preferences dialog).
Set them directly (and correctly) instead, and use proper symbolic
constants.
author | ib |
---|---|
date | Sun, 23 Feb 2014 19:33:46 +0000 |
parents | 008338d7679f |
children |
rev | line source |
---|---|
26045 | 1 #ifndef MPLAYER_DMO_GUIDS_H |
2 #define MPLAYER_DMO_GUIDS_H | |
8294 | 3 |
30170
008338d7679f
Drop -Iloader from CPPFLAGS for the loader subdirectory.
diego
parents:
26045
diff
changeset
|
4 #include "loader/dshow/guids.h" |
8294 | 5 |
6 extern const GUID IID_IMediaBuffer; | |
7 extern const GUID IID_IMediaObject; | |
8 extern const GUID IID_IEnumDMO; | |
9 extern const GUID IID_IMediaObjectInPlace; | |
10 extern const GUID IID_IDMOQualityControl; | |
11 extern const GUID IID_IDMOVideoOutputOptimizations; | |
12 | |
13 /* to be removed | |
14 extern const GUID DMOCATEGORY_AUDIO_DECODER; | |
15 extern const GUID DMOCATEGORY_AUDIO_ENCODER; | |
16 extern const GUID DMOCATEGORY_VIDEO_DECODER; | |
17 extern const GUID DMOCATEGORY_VIDEO_ENCODER; | |
18 extern const GUID DMOCATEGORY_AUDIO_EFFECT; | |
19 extern const GUID DMOCATEGORY_VIDEO_EFFECT; | |
20 extern const GUID DMOCATEGORY_AUDIO_CAPTURE_EFFECT; | |
21 | |
22 // Acoustic Echo Canceller | |
23 // Matches KSNODETYPE_ACOUSTIC_ECHO_CANCEL | |
24 extern const GUID DMOCATEGORY_ACOUSTIC_ECHO_CANCEL; | |
25 | |
18613
052b4ad84883
Change "Supress" to "Suppress" in a couple comments.
corey
parents:
8294
diff
changeset
|
26 // Noise Suppression |
8294 | 27 // Matches KSNODETYPE_AUDIO_NOISE_SUPPRESS |
28 extern const GUID DMOCATEGORY_AUDIO_NOISE_SUPPRESS; | |
29 | |
30 // Automatic Gain Control | |
31 // Matches KSNODETYPE_AGC | |
32 extern const GUID DMOCATEGORY_AGC; | |
33 */ | |
34 | |
26045 | 35 #endif /* MPLAYER_DMO_GUIDS_H */ |