[vlc-commits] chromecast: initialise new members

Thomas Guillem git at videolan.org
Fri Jan 26 14:27:19 CET 2018


vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Jan 26 09:40:34 2018 +0100| [00f5b8fc4c5448107a8f293e675c0e09257bcbc0] | committer: Jean-Baptiste Kempf

chromecast: initialise new members

CID #1464181

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

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

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

diff --git a/modules/stream_out/chromecast/cast.cpp b/modules/stream_out/chromecast/cast.cpp
index ed47a03093..c4356ad2a1 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -50,6 +50,8 @@ struct sout_stream_sys_t
         , b_supports_video(has_video)
         , i_port(port)
         , es_changed( true )
+        , cc_has_input( false)
+        , out_streams_added( 0 )
         , transcode_attempt_idx( 0 )
         , previous_state( Authenticating )
     {



More information about the vlc-commits mailing list