Commit ba148e73 authored by Felix Paul Kühne's avatar Felix Paul Kühne

Revert "avcodec/vda: add shortcut for non-ambigous referencing"

This reverts commit 1e6cf730.
parent 59a4b458
......@@ -52,7 +52,6 @@ vlc_module_begin ()
set_category( CAT_INPUT )
set_subcategory( SUBCAT_INPUT_VCODEC )
set_callbacks( Open, Close )
add_shortcut ( "vdadecoder" )
add_integer ( "avcodec-vda-pix-fmt", 0, VDA_PIX_FMT_TEXT,
VDA_PIX_FMT_LONGTEXT, false)
change_integer_list( nvda_pix_fmt_list, nvda_pix_fmt_list_text )
......
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