Commit 704d0d9b authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Real RTSP sometimes uses pnm://

parent 655a0f8b
......@@ -53,6 +53,7 @@ vlc_module_begin();
set_callbacks( Open, Close );
add_shortcut( "realrtsp" );
add_shortcut( "rtsp" );
add_shortcut( "pnm" );
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