Commit 0cb6c276 authored by Damien Fouilleul's avatar Damien Fouilleul

- mozilla: make it autoplay by default (unless told otherwise)

parent 8c2ad37c
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
VlcPlugin::VlcPlugin( NPP instance, uint16 mode ) : VlcPlugin::VlcPlugin( NPP instance, uint16 mode ) :
i_npmode(mode), i_npmode(mode),
b_stream(0), b_stream(0),
b_autoplay(0), b_autoplay(1),
psz_target(NULL), psz_target(NULL),
libvlc_instance(NULL), libvlc_instance(NULL),
scriptClass(NULL), scriptClass(NULL),
......
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