[vlc-commits] auhal: Remove spdif option

David Fuhrmann git at videolan.org
Sun Dec 4 13:47:49 CET 2016


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun Dec  4 13:47:29 2016 +0100| [7f1934f5109913f900db57b3fa9688f739f06a8f] | committer: David Fuhrmann

auhal: Remove spdif option

Auhal can detect spdif support for itself, as the spdif option
meaning changed, the variable shall not used anymore.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f1934f5109913f900db57b3fa9688f739f06a8f
---

 modules/audio_output/auhal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/audio_output/auhal.c b/modules/audio_output/auhal.c
index 4463804..0ea242a 100644
--- a/modules/audio_output/auhal.c
+++ b/modules/audio_output/auhal.c
@@ -389,7 +389,7 @@ static int Start(audio_output_t *p_aout, audio_sample_format_t *restrict fmt)
             msg_Dbg(p_aout, "using default audio device %i", defaultDeviceID);
 
         p_sys->i_selected_dev = defaultDeviceID;
-        p_sys->b_selected_dev_is_digital = var_InheritBool(p_aout, "spdif");
+        p_sys->b_selected_dev_is_digital = true;
     }
     vlc_mutex_unlock(&p_sys->selected_device_lock);
 



More information about the vlc-commits mailing list