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

Thomas Guillem git at videolan.org
Wed Jul 19 18:58:54 CEST 2017


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

aout: amem: force bitmap channel type

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

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

diff --git a/modules/audio_output/amem.c b/modules/audio_output/amem.c
index 7171690d25..db90fc250a 100644
--- a/modules/audio_output/amem.c
+++ b/modules/audio_output/amem.c
@@ -231,6 +231,7 @@ static int Start (audio_output_t *aout, audio_sample_format_t *fmt)
     }
 
     fmt->i_format = VLC_CODEC_S16N;
+    fmt->channel_type = AUDIO_CHANNEL_TYPE_BITMAP;
     return VLC_SUCCESS;
 }
 



More information about the vlc-commits mailing list