[vlc-commits] chromecast: initialise new members
Thomas Guillem
git at videolan.org
Fri Jan 26 09:40:44 CET 2018
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Jan 26 09:40:34 2018 +0100| [f469f7c866502347cae11a39a99c3c2cec24a048] | committer: Thomas Guillem
chromecast: initialise new members
CID #1464181
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f469f7c866502347cae11a39a99c3c2cec24a048
---
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 4c3aa364d6..b790ddf8d0 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