mpv/audio/out
wm4 6b4f560f3c vo, ao: disable positional parameter suboptions
Positional parameters cause problems because they can be ambiguous with
flag options. If a flag option is removed or turned into a non-flag
option, it'll usually be interpreted as value for the first sub-option
(as positional parameter), resulting in very confusing error messages.
This changes it into a simple "option not found" error.

I don't expect that anyone really used positional parameters with --vo
or --ao. Although the docs for --ao=pulse seem to encourage positional
parameters for the host/sink options, which means it could possibly
annoy some PulseAudio users.

--vf and --af are still mostly used with positional parameters, so this
must be a configurable option in the option parser.
2016-09-01 14:21:32 +02:00
..
ao.c vo, ao: disable positional parameter suboptions 2016-09-01 14:21:32 +02:00
ao.h player: add --audio-stream-silence 2016-08-09 17:09:29 +02:00
ao_alsa.c ao_alsa: log if retrieving supported channel maps fails 2016-08-22 20:05:34 +02:00
ao_coreaudio.c ao_coreaudio: actually use stop callback 2016-08-09 17:09:29 +02:00
ao_coreaudio_chmap.c
ao_coreaudio_chmap.h
ao_coreaudio_exclusive.c ao_coreaudio: actually use stop callback 2016-08-09 17:09:29 +02:00
ao_coreaudio_properties.c
ao_coreaudio_properties.h
ao_coreaudio_utils.c
ao_coreaudio_utils.h
ao_jack.c
ao_lavc.c
ao_null.c
ao_openal.c
ao_opensles.c
ao_oss.c
ao_pcm.c
ao_pulse.c
ao_rsound.c
ao_sdl.c
ao_sndio.c
ao_wasapi.c
ao_wasapi.h
ao_wasapi_changenotify.c
ao_wasapi_utils.c
internal.h player: add --audio-stream-silence 2016-08-09 17:09:29 +02:00
pull.c player: add --audio-stream-silence 2016-08-09 17:09:29 +02:00
push.c