View Issue Details

IDProjectCategoryView StatusLast Update
0021737MMW 5Codecspublic2025-08-25 17:32
Reportermichal Assigned To 
PriorityurgentSeverityminorReproducibilityN/A
Status resolvedResolutionfixed 
Product Version2024.2 
Target Version2026Fixed in Version2026 
Summary0021737: Remove unsupported WMA DRM from in_wma
DescriptionSupport for WMA DRM was removed in Windows 10, this functionality is no longer working and keeping it in code prevents migration to newer Visual C++ platform. We should get rid of it and port this plugin to MSVC2022 and Media Foundation framework, as old Windows Media SDK is also deprecated and not present in new Windows SDKs.
TagsNo tags attached.
Fixed in build3402

Activities

michal

2025-08-25 17:32

developer   ~0079407

Last edited: 2025-08-25 17:32

Fixed in build 2403. Plugin in_wma was removed completely, it used in fact only obsolete code deprecated by MS from Windows 10. WMA is decoded by in_mfaudio, which uses newer Media Foundation framework.