]> git.sesse.net Git - vlc/commit
* src/input/input.c: honor the --demux config option (will be overriden if demux...
authorGildas Bazin <gbazin@videolan.org>
Wed, 5 Nov 2003 17:57:29 +0000 (17:57 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 5 Nov 2003 17:57:29 +0000 (17:57 +0000)
commit48190fd306402746f081f290f0223642b1dfeecf
tree502be9a524562bc12e800547292421c57a5a0b63
parent64336427c00672d4c2d15dbb6691e6d57a00e4e7
* src/input/input.c: honor the --demux config option (will be overriden if demux is specified in the MRL).
   I'm not exactly sure this is wise as some users will surely fuck-up their preferences and force a specific demux...
   but this also allows me to specifiy the demuxdump demux with an input option (very handy to include the demuxdump option in the streamout gui dialogs).
* src/misc/modules.c: changed module_Need() to use var_Get() instead of config_Get.

* modules/gui/wxwindows/*: moved the demuxdump option from the open dialog to the streamout dialog.
modules/demux/demuxdump.c
modules/gui/wxwindows/open.cpp
modules/gui/wxwindows/streamout.cpp
modules/gui/wxwindows/wxwindows.h
src/input/input.c
src/misc/configuration.c
src/misc/modules.c
src/misc/variables.c