cleanup: fix code calling open_stream() with NULL options
commit46d7de5af4c0c299c622f73d1086f371fcd66943
authorUoti Urpala <uau@mplayer2.org>
Sat, 17 Nov 2012 18:11:13 +0000 (17 20:11 +0200)
committerUoti Urpala <uau@mplayer2.org>
Sat, 17 Nov 2012 18:11:13 +0000 (17 20:11 +0200)
tree2c37a0b97d31823e608240510f65e63455c0d619
parente2607061f5773c904b7862c061aa07054c05d0ab
cleanup: fix code calling open_stream() with NULL options

Change all code calling open_stream() to pass a valid option pointer
instead of NULL. Currently this pointer is not strictly needed, so
this should not change behavior (at least in normal cases).
16 files changed:
asxparser.c
asxparser.h
codec-cfg.c
codec-cfg.h
command.c
input/input.c
input/input.h
libmpdemux/demuxer.c
mplayer.c
parser-mpcmd.c
playtree.h
playtreeparser.c
playtreeparser.h
sub/ass_mp.c
sub/ass_mp.h
sub/subreader.c