diff options
Diffstat (limited to 'sourceparams.h')
-rw-r--r-- | sourceparams.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sourceparams.h b/sourceparams.h index bdf70d1..9af66cb 100644 --- a/sourceparams.h +++ b/sourceparams.h @@ -27,11 +27,12 @@ public: #ifdef PVR_SOURCEPARAMS static const char *sPluginId; static const char sSourceID = 'V'; + static const uint stPvr = (sSourceID << 24); #else static const char *sPluginId; static const char sSourceID = 'P'; + static const uint stPvr = cSource::stPlug; #endif - static const uint stPvr = (sSourceID << 24); static const int sNumInputs = 12; static const char *sInputName[]; |