Changeset 167 for trunk/classes/c/c_video/cwmov.c
- Timestamp:
- Mar 27, 2024, 10:35:15 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/c/c_video/cwmov.c
r2 r167 93 93 SOM_Scope PSZ SOMLINK cwmovM_wpclsQueryInstanceFilter(M_MMMOV *somSelf) 94 94 { 95 ULONG ulSize; 95 96 /* M_CWMOVData *somThis = M_CWMOVGetData(somSelf); */ 96 97 M_MMMOVMethodDebug("M_MMMOV","cwmovM_wpclsQueryInstanceFilter"); 97 98 98 return "*.MOV,*.QT"; 99 ulSize = PrfQueryProfileInt(HINI_USERPROFILE, "CWMM", "nomodvid", 0); 100 if(ulSize) 101 return "*.MOV,*.QT"; 102 else 103 return "*.QT"; 99 104 } 100 105
Note:
See TracChangeset
for help on using the changeset viewer.