summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-11-14 13:33:53 +0100
committerwm4 <wm4@nowhere>2016-11-14 13:33:53 +0100
commit84513ba58bcbcf6dfb17eb1ae6b7d2e6a1d7bb4b (patch)
treefaa67f3cf138bda596b4af35634227e7edb816ea /DOCS/interface-changes.rst
parentcf85191cb7322b9cfeda3a872ef22e6df4f97860 (diff)
downloadmpv-84513ba58bcbcf6dfb17eb1ae6b7d2e6a1d7bb4b.tar.bz2
mpv-84513ba58bcbcf6dfb17eb1ae6b7d2e6a1d7bb4b.tar.xz
audio: avoid returning audio-device-list entries without description
Use the device name as fallback. This is ugly, but still better than skipping the description entirely. This can be an issue on ALSA, where the API can return entries without proper description.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 1e27edfe03..726668cced 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -95,6 +95,8 @@ Interface changes
--terminal, --osc, --ytdl, can all be enable/disabled after
mpv_initialize() - this can be extended to other still fixed options
on user requests)
+ - the "audio-device-list" property now sets empty device description to the
+ device name as a fallback
--- mpv 0.20.0 ---
- add --image-display-duration option - this also means that image duration
is not influenced by --mf-fps anymore in the general case (this is an