summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-17 20:40:53 +0200
committerwm4 <wm4@nowhere>2018-05-24 19:56:34 +0200
commit12bd4fe9abce797a3c98dc437579b163e0a8162a (patch)
tree132f20b8e874f2a30f1d7451057e529728343532 /stream/stream.h
parent0a7a4779a3772b26c6675910146b0d5a825d8b08 (diff)
downloadmpv-12bd4fe9abce797a3c98dc437579b163e0a8162a.tar.bz2
mpv-12bd4fe9abce797a3c98dc437579b163e0a8162a.tar.xz
cmd: do not use a random value for MP_CMD_OPT_ARG
This flag is used only by the command parser. Its value overlapped with some of the existing m_option flags, but only flags that did not matter for the command parser (i.e. the flag bits used had mostly private uses in each component). It's still a bit unclean and dangerous to use an essentially random value, so reuse M_OPT_OPTIONAL_PARAM for it. Since M_OPT_OPTIONAL_PARAM has a slightly longer name than MP_CMD_OPT_ARG, I'm going to keep the old name.
Diffstat (limited to 'stream/stream.h')
0 files changed, 0 insertions, 0 deletions