Skip to content
Snippets Groups Projects
Commit 0bceaf96 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

vpx: increase decoder capability (refs #16836)

parent f116ca5e
No related merge requests found
......@@ -64,7 +64,7 @@ static block_t *Encode(encoder_t *p_enc, picture_t *p_pict);
vlc_module_begin ()
set_shortname("vpx")
set_description(N_("WebM video decoder"))
set_capability("decoder", 60)
set_capability("decoder", 100)
set_callbacks(OpenDecoder, CloseDecoder)
set_category(CAT_INPUT)
set_subcategory(SUBCAT_INPUT_VCODEC)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment