[vlc-commits] libvpx/WebM decoder: lower priority below avcodec
Rafaël Carré
git at videolan.org
Sun Oct 20 18:29:22 CEST 2013
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Oct 20 18:28:22 2013 +0200| [6ba6d9fc9f3d69c2c39dc31a56f181c1a75292dd] | committer: Rafaël Carré
libvpx/WebM decoder: lower priority below avcodec
Those people not afraid to use libavcodec should benefit from a faster decoder
http://x264dev.multimedia.cx/archives/499
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6ba6d9fc9f3d69c2c39dc31a56f181c1a75292dd
---
modules/codec/vpx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/vpx.c b/modules/codec/vpx.c
index 5608f45..ef151f2 100644
--- a/modules/codec/vpx.c
+++ b/modules/codec/vpx.c
@@ -47,7 +47,7 @@ static void Close(vlc_object_t *);
vlc_module_begin ()
set_shortname("vpx")
set_description(N_("WebM video decoder"))
- set_capability("decoder", 80)
+ set_capability("decoder", 60)
set_callbacks(Open, Close)
set_category(CAT_INPUT)
set_subcategory(SUBCAT_INPUT_VCODEC)
More information about the vlc-commits
mailing list