Skip to content

Commit

Permalink
vpx: increase decoder capability (refs #16836)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmatth committed Apr 19, 2016
1 parent f116ca5 commit 0bceaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/codec/vpx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0bceaf9

Please sign in to comment.