]> git.sesse.net Git - vlc/commit
audiotrack: add AC3 passthrough support
authorThomas Guillem <thomas@gllm.fr>
Wed, 11 Mar 2015 14:00:50 +0000 (15:00 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 11 Mar 2015 14:18:16 +0000 (15:18 +0100)
commit8d050c86bb4146c9485ceec53fe07138034affe1
treeb7e73abd44b9e3f02a5c5783d442120656a3bf92
parent841b962198175b350a3ef3c3ffb733166c49f77e
audiotrack: add AC3 passthrough support

Try to configure AudioTrack with AC3 passthrough after Android Lollipop. If it
fails, fallback to PCM 5.1. If it fails again, fallback to PCM stereo.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/audio_output/audiotrack.c