[vlc-devel] [PATCH 07/16] chromecast: make more code/variable private
Steve Lhomme
robux4 at videolabs.io
Thu Apr 28 14:18:40 CEST 2016
---
modules/stream_out/chromecast/chromecast.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/stream_out/chromecast/chromecast.h b/modules/stream_out/chromecast/chromecast.h
index c688cf6..833339c 100644
--- a/modules/stream_out/chromecast/chromecast.h
+++ b/modules/stream_out/chromecast/chromecast.h
@@ -83,6 +83,7 @@ struct intf_sys_t
void setHasInput( bool has_input, const std::string mime_type = "");
+private:
vlc_object_t * const p_module;
const int i_port;
std::string serverIP;
@@ -145,7 +146,6 @@ struct intf_sys_t
void processMessage(const castchannel::CastMessage &msg);
-private:
int sendMessage(const castchannel::CastMessage &msg);
void buildMessage(const std::string & namespace_,
--
2.7.0
More information about the vlc-devel
mailing list