[vlc-commits] chromecast: MPEG Audio Layer 2 doesn't work with the Chromecast
Steve Lhomme
git at videolan.org
Mon Aug 8 19:32:13 CEST 2016
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Mon Aug 8 13:08:51 2016 +0200| [f00d78110e125a794d5ac19117cb152c05cb7fcd] | committer: Jean-Baptiste Kempf
chromecast: MPEG Audio Layer 2 doesn't work with the Chromecast
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f00d78110e125a794d5ac19117cb152c05cb7fcd
---
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 dcb289e..cb00a03 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -210,7 +210,6 @@ bool sout_stream_sys_t::canDecodeAudio( const es_format_t *p_es ) const
p_es->i_codec == VLC_FOURCC('h', 'a', 'a', 'c') ||
p_es->i_codec == VLC_FOURCC('l', 'a', 'a', 'c') ||
p_es->i_codec == VLC_FOURCC('s', 'a', 'a', 'c') ||
- p_es->i_codec == VLC_CODEC_MPGA ||
p_es->i_codec == VLC_CODEC_MP3 ||
p_es->i_codec == VLC_CODEC_A52 ||
p_es->i_codec == VLC_CODEC_EAC3)
More information about the vlc-commits
mailing list