vlc | branch: master | Felix Paul Kühne <[email protected]> | Tue Apr 30 13:19:42 2013 +0200| [ba148e7354f61548f99ac348b3aeef52ab06edaa] | committer: Felix Paul Kühne
Revert "avcodec/vda: add shortcut for non-ambigous referencing" This reverts commit 1e6cf730adbb40810c98e2443661ef25ba6d35a5. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ba148e7354f61548f99ac348b3aeef52ab06edaa --- modules/codec/avcodec/vda.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/codec/avcodec/vda.c b/modules/codec/avcodec/vda.c index 48075aa..31eda1a 100644 --- a/modules/codec/avcodec/vda.c +++ b/modules/codec/avcodec/vda.c @@ -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 ) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
