[vlc-commits] chromecast: always transcode mpga

Thomas Guillem git at videolan.org
Wed Apr 18 14:33:12 CEST 2018


vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Apr 18 14:05:54 2018 +0200| [34bc32962cf6665bab5c0e4b4f751ee521f2e0c9] | committer: Thomas Guillem

chromecast: always transcode mpga

Since it can be mp2 codec that is not supported by chromecast devices.

(cherry picked from commit cdf276c35bb89085222b48fd29a9789af75591ef)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>

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

 modules/stream_out/chromecast/cast.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/stream_out/chromecast/cast.cpp b/modules/stream_out/chromecast/cast.cpp
index 8eb4901a75..b330b70297 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -809,7 +809,6 @@ 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