[vlc-commits] avcodec/vda: add shortcut for non-ambigous referencing
Felix Paul Kühne
git at videolan.org
Thu Dec 27 13:08:27 CET 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Dec 27 12:17:40 2012 +0100| [1e6cf730adbb40810c98e2443661ef25ba6d35a5] | committer: Felix Paul Kühne
avcodec/vda: add shortcut for non-ambigous referencing
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1e6cf730adbb40810c98e2443661ef25ba6d35a5
---
modules/codec/avcodec/vda.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/codec/avcodec/vda.c b/modules/codec/avcodec/vda.c
index 726a038..d82778c 100644
--- a/modules/codec/avcodec/vda.c
+++ b/modules/codec/avcodec/vda.c
@@ -52,6 +52,7 @@ 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 )
More information about the vlc-commits
mailing list