[vlc-commits] chromecast: add MPGA support

Thomas Guillem git at videolan.org
Fri Jan 19 12:05:05 CET 2018


vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Jan 19 10:14:29 2018 +0100| [93d79179c2e6fa2edf5a931e6bcfa9dbeca387df] | committer: Jean-Baptiste Kempf

chromecast: add MPGA support

(cherry picked from commit 96deec5a6f33326c3b5b8e2fb1c4a7cc0669a16f)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/stream_out/chromecast/cast.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/stream_out/chromecast/cast.cpp b/modules/stream_out/chromecast/cast.cpp
index 24b950b4f7..f136169720 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -284,6 +284,7 @@ bool sout_stream_sys_t::canDecodeAudio( sout_stream_t *p_stream,
     if ( i_codec == VLC_FOURCC('h', 'a', 'a', 'c') ||
             i_codec == VLC_FOURCC('l', 'a', 'a', 'c') ||
             i_codec == VLC_FOURCC('s', 'a', 'a', 'c') ||
+            i_codec == VLC_CODEC_MPGA ||
             i_codec == VLC_CODEC_MP4A )
     {
         return p_fmt->i_channels <= 2;



More information about the vlc-commits mailing list