[vlc-commits] dxva2: drop priority to zero for the time being
Rémi Denis-Courmont
git at videolan.org
Thu Jul 18 18:35:47 CEST 2013
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jul 18 19:33:14 2013 +0300| [ca453ebe9bee75aeb62b2024a9cbac25602382e0] | committer: Rémi Denis-Courmont
dxva2: drop priority to zero for the time being
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ca453ebe9bee75aeb62b2024a9cbac25602382e0
---
modules/codec/avcodec/dxva2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/avcodec/dxva2.c b/modules/codec/avcodec/dxva2.c
index e2b0327..39539d5 100644
--- a/modules/codec/avcodec/dxva2.c
+++ b/modules/codec/avcodec/dxva2.c
@@ -56,7 +56,7 @@ static void Close(vlc_va_t *);
vlc_module_begin()
set_description(N_("DirectX Video Acceleration (DXVA) 2.0"))
- set_capability("hw decoder", 50)
+ set_capability("hw decoder", 0)
set_category(CAT_INPUT)
set_subcategory(SUBCAT_INPUT_VCODEC)
set_callbacks(Open, Close)
More information about the vlc-commits
mailing list