[MPlayer-cvslog] r38178 - trunk/gui/dialog/preferences.c

ib subversion at mplayerhq.hu
Thu Feb 6 18:47:43 EET 2020


Author: ib
Date: Thu Feb  6 18:47:43 2020
New Revision: 38178

Log:
Remove pcm from the GUI's audio driver list.

Although this driver works with the GUI (even without additional
configuration), the GUI does not get any events, which causes it
to neither react nor be able to be stopped during playback.

Modified:
   trunk/gui/dialog/preferences.c

Modified: trunk/gui/dialog/preferences.c
==============================================================================
--- trunk/gui/dialog/preferences.c	Thu Feb  6 18:41:51 2020	(r38177)
+++ trunk/gui/dialog/preferences.c	Thu Feb  6 18:47:43 2020	(r38178)
@@ -1223,6 +1223,7 @@ void ShowPreferences( void )
    {
     const ao_info_t *info = audio_out_drivers[i++]->info;
     if ( !strcmp( info->short_name,"mpegpes" ) ) continue;
+    if ( !strcmp( info->short_name,"pcm" ) ) continue;
     if ( !strcmp( info->short_name,"plugin" ) ) continue;
     if ( audio_driver_list )
      {


More information about the MPlayer-cvslog mailing list