vlc | branch: master | Thomas Guillem <tho...@gllm.fr> | Fri Feb 23 17:43:18 
2018 +0100| [b810393b10177257e565a7836d59453bf8242a4c] | committer: Thomas 
Guillem

chromecast: fix typo in msg logs

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

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

diff --git a/modules/stream_out/chromecast/cast.cpp 
b/modules/stream_out/chromecast/cast.cpp
index 7394cbf90c..c068357890 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -957,7 +957,7 @@ bool sout_stream_sys_t::UpdateOutput( sout_stream_t 
*p_stream )
             else if (p_es->i_cat == SPU_ES && p_original_spu == NULL)
             {
                 msg_Dbg( p_stream, "forcing video transcode because of 
subtitle '%4.4s'",
-                         p_es->i_id, (const char*)&p_es->i_codec );
+                         (const char*)&p_es->i_codec );
                 canRemux = false;
                 i_codec_video = 0;
                 p_original_spu = p_es;

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to