]> git.sesse.net Git - vlc/commit
* stream_output.c: some sanity checks and bypass default behavour of
authorLaurent Aimar <fenrir@videolan.org>
Tue, 29 Apr 2003 22:38:56 +0000 (22:38 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 29 Apr 2003 22:38:56 +0000 (22:38 +0000)
commitbb036be655d11ff245f6c28d90e922f5a09c43f6
treed6c013f0313db7f340934ff96280e4819af578f7
parentb89d3e6d080b9fa880fcbc18e52e8de9394720de
 * stream_output.c: some sanity checks and bypass default behavour of
module_Need (when I ask for udp I want udp or an error, but not file
or something else) by adding ",none" when a module name is specified.
 I will clean up that by adding a flag to module_Need or something like
that.
src/stream_output/stream_output.c