mpv/audio/out
wm4 dc48893630 options: simplify M_OPT_EXIT
There were multiple values under M_OPT_EXIT (M_OPT_EXIT-n for n>=0).
Somehow M_OPT_EXIT-n either meant error code n (with n==0 no error?), or
the number of option valus consumed (0 or 1). The latter is MPlayer
legacy, which left it to the option type parsers to determine whether an
option took a value or not. All of this was changed in mpv, by requiring
the user to use explicit syntax ("--opt=val" instead of "-opt val").

In any case, the n value wasn't even used (anymore), so rip this all
out. Now M_OPT_EXIT-1 doesn't mean anything, and could be used by a new
error code.
2016-09-17 18:07:40 +02:00
..
ao.c player, ao, vo: don't call mp_input_wakeup() directly 2016-09-16 14:37:48 +02:00
ao.h player, ao, vo: don't call mp_input_wakeup() directly 2016-09-16 14:37:48 +02:00
ao_alsa.c audio/out: deprecate device sub-options 2016-09-05 21:26:39 +02:00
ao_coreaudio.c audio/out: deprecate "exclusive" sub-options 2016-09-05 21:26:39 +02:00
ao_coreaudio_chmap.c ao_coreaudio: fix 7.1(rear) channel mapping 2016-02-04 12:29:32 +01:00
ao_coreaudio_chmap.h
ao_coreaudio_exclusive.c osdep: rename atomics.h to atomic.h 2016-09-07 11:26:25 +02:00
ao_coreaudio_properties.c ao_coreaudio: use correct free function on errors 2016-07-13 16:34:00 +02:00
ao_coreaudio_properties.h
ao_coreaudio_utils.c ao_creoaudio: print OSStatus as decimal signed integer too 2016-07-13 17:07:06 +02:00
ao_coreaudio_utils.h ao_coreaudio: remove unused function 2016-04-15 14:14:42 +02:00
ao_jack.c ao_jack: move to global options 2016-09-05 21:04:41 +02:00
ao_lavc.c audio: use --audio-channels=auto behavior, except on ALSA 2016-08-04 20:49:20 +02:00
ao_null.c options: deprecate suboptions for the remaining AO/VOs 2016-09-05 21:26:39 +02:00
ao_openal.c options: simplify M_OPT_EXIT 2016-09-17 18:07:40 +02:00
ao_opensles.c options: deprecate suboptions for the remaining AO/VOs 2016-09-05 21:26:39 +02:00
ao_oss.c audio/out: deprecate device sub-options 2016-09-05 21:26:39 +02:00
ao_pcm.c ao_pcm: remove some useless messages 2016-09-07 12:54:33 +02:00
ao_pulse.c audio/out: deprecate device sub-options 2016-09-05 21:26:39 +02:00
ao_rsound.c ao_rsound: fix compilation 2016-09-07 18:10:12 +02:00
ao_sdl.c options: deprecate suboptions for the remaining AO/VOs 2016-09-05 21:26:39 +02:00
ao_sndio.c audio/out: deprecate device sub-options 2016-09-05 21:26:39 +02:00
ao_wasapi.c audio/out: deprecate "exclusive" sub-options 2016-09-05 21:26:39 +02:00
ao_wasapi.h osdep: rename atomics.h to atomic.h 2016-09-07 11:26:25 +02:00
ao_wasapi_changenotify.c Fix misspellings 2016-06-26 13:47:21 +02:00
ao_wasapi_utils.c ao_wasapi: in exclusive mode do not output multichannel by default 2016-08-05 16:11:42 +02:00
internal.h player, ao, vo: don't call mp_input_wakeup() directly 2016-09-16 14:37:48 +02:00
pull.c player, ao, vo: don't call mp_input_wakeup() directly 2016-09-16 14:37:48 +02:00
push.c player, ao, vo: don't call mp_input_wakeup() directly 2016-09-16 14:37:48 +02:00