From: Rémi Bernon rbernon@codeweavers.com
This reverts commit 4608e1e1257a377cd554a0e885368e3feb7d286f.
The ASF Reader filter suffers from defects which are difficult to solve, and will require a better implementation of wmvcore in order to work correctly. In the meantime, revert the class registration so that the File Source filter is preferred instead.
This will break games that tried to use the filter directly and which may have started to work correctly, but they are less frequent than the ones simply playing wmv videos with quartz.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53640 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53748 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54191 --- dlls/qasf/qasf.rgs | 15 --------------- dlls/qasf/version.rc | 3 --- 2 files changed, 18 deletions(-) delete mode 100644 dlls/qasf/qasf.rgs
diff --git a/dlls/qasf/qasf.rgs b/dlls/qasf/qasf.rgs deleted file mode 100644 index de0d3e425ed..00000000000 --- a/dlls/qasf/qasf.rgs +++ /dev/null @@ -1,15 +0,0 @@ -HKCR -{ - NoRemove 'Media Type' - { - '{e436eb83-524f-11ce-9f53-0020af0ba770}' - { - '{6b6d0801-9ada-11d0-a520-00a0d10129c0}' - { - val '0' = s '0,4,,3026b275' - val '1' = s '0,4,,d129e2d6' - val 'Source Filter' = s '{187463a0-5bb7-11d3-acbe-0080c75e246e}' - } - } - } -} diff --git a/dlls/qasf/version.rc b/dlls/qasf/version.rc index 70ec03ad6b1..dab46194395 100644 --- a/dlls/qasf/version.rc +++ b/dlls/qasf/version.rc @@ -24,6 +24,3 @@ #define WINE_PRODUCTVERSION_STR "9.0.0.4503"
#include "wine/wine_common_ver.rc" - -/* @makedep: qasf.rgs */ -1 WINE_REGISTRY qasf.rgs