git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add missing shortnames.
[vlc.git]
/
modules
/
demux
/
avformat
/
avformat.c
diff --git
a/modules/demux/avformat/avformat.c
b/modules/demux/avformat/avformat.c
index
e958855
..
5f62cd8
100644
(file)
--- a/
modules/demux/avformat/avformat.c
+++ b/
modules/demux/avformat/avformat.c
@@
-50,6
+50,7
@@
vlc_module_begin ()
set_category( CAT_INPUT )
set_subcategory( SUBCAT_INPUT_DEMUX )
set_description( N_("FFmpeg demuxer" ) )
+ set_shortname( N_("Avformat") )
set_capability( "demux", 2 )
set_callbacks( OpenDemux, CloseDemux )