[vlc-commits] chromecast: add MPGA support
Thomas Guillem
git at videolan.org
Fri Jan 19 10:16:58 CET 2018
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Jan 19 10:14:29 2018 +0100| [96deec5a6f33326c3b5b8e2fb1c4a7cc0669a16f] | committer: Thomas Guillem
chromecast: add MPGA support
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=96deec5a6f33326c3b5b8e2fb1c4a7cc0669a16f
---
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