[vlc-commits] aout: sndio: force bitmap channel type
    Thomas Guillem 
    git at videolan.org
       
    Wed Jul 19 18:59:18 CEST 2017
    
    
  
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Jul 19 11:50:12 2017 +0200| [f6e6d716677878f63973a9adfdd45ea7bb2a24a0] | committer: Thomas Guillem
aout: sndio: force bitmap channel type
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f6e6d716677878f63973a9adfdd45ea7bb2a24a0
---
 modules/audio_output/sndio.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/modules/audio_output/sndio.c b/modules/audio_output/sndio.c
index b8d5e90e03..6ea78dd2fa 100644
--- a/modules/audio_output/sndio.c
+++ b/modules/audio_output/sndio.c
@@ -174,6 +174,7 @@ static int Start (audio_output_t *aout, audio_sample_format_t *restrict fmt)
             goto error;
     }
 
+    fmt->channel_type = AUDIO_CHANNEL_TYPE_BITMAP;
     fmt->i_physical_channels = chans;
     aout_FormatPrepare (fmt);
 
    
    
More information about the vlc-commits
mailing list