[vlc-commits] aout: kai: force bitmap channel type

Thomas Guillem git at videolan.org
Wed Jul 19 18:59:06 CEST 2017


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Jul 19 11:49:52 2017 +0200| [bd271c2465f26245cc55b199ddb7676051fda0cb] | committer: Thomas Guillem

aout: kai: force bitmap channel type

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

 modules/audio_output/kai.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/audio_output/kai.c b/modules/audio_output/kai.c
index 210919b06c..34d7b53b6e 100644
--- a/modules/audio_output/kai.c
+++ b/modules/audio_output/kai.c
@@ -206,6 +206,7 @@ static int Start ( audio_output_t *p_aout, audio_sample_format_t *fmt )
     msg_Dbg( p_aout, "obtained i_bytes_per_frame = %d",
              format.i_bytes_per_frame );
 
+    format.channel_type = AUDIO_CHANNEL_TYPE_BITMAP;
     p_sys->format = *fmt = format;
 
     p_aout->time_get = TimeGet;



More information about the vlc-commits mailing list