Commit 6ba6d9fc authored by Rafaël Carré's avatar 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
parent 960607d1
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment