Commit 01dfb2d8 authored by Laurent Aimar's avatar Laurent Aimar

* demux2: added mpgv and rawdv.

parent e695e7d8
...@@ -62,6 +62,8 @@ vlc_module_begin(); ...@@ -62,6 +62,8 @@ vlc_module_begin();
add_shortcut( "playlist" ); add_shortcut( "playlist" );
add_shortcut( "m4v" ); add_shortcut( "m4v" );
add_shortcut( "mp4v" ); add_shortcut( "mp4v" );
add_shortcut( "mpgv" );
add_shortcut( "rawdv" );
vlc_module_end(); vlc_module_end();
/***************************************************************************** /*****************************************************************************
......
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