vlc | branch: master | Alexandre Janniaux <[email protected]> | Tue Mar 5 20:36:03 2019 +0100| [648fb6c3964dcb478ae1b8c454c742b0d0eb6b8e] | committer: Hugo Beauzée-Luyssen
chromecast: remove write-only cc_reload Signed-off-by: Hugo Beauzée-Luyssen <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=648fb6c3964dcb478ae1b8c454c742b0d0eb6b8e --- modules/stream_out/chromecast/cast.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/stream_out/chromecast/cast.cpp b/modules/stream_out/chromecast/cast.cpp index f015b82f42..e9bba17f98 100644 --- a/modules/stream_out/chromecast/cast.cpp +++ b/modules/stream_out/chromecast/cast.cpp @@ -98,7 +98,6 @@ struct sout_stream_sys_t , first_video_keyframe_pts( -1 ) , es_changed( true ) , cc_has_input( false ) - , cc_reload( false ) , cc_flushing( false ) , cc_eof( false ) , has_video( false ) @@ -146,7 +145,6 @@ struct sout_stream_sys_t bool es_changed; bool cc_has_input; - bool cc_reload; bool cc_flushing; bool cc_eof; bool has_video; @@ -816,7 +814,6 @@ bool sout_stream_sys_t::startSoutChain(sout_stream_t *p_stream, msg_Dbg( p_stream, "Creating chain %s", sout.c_str() ); cc_has_input = false; - cc_reload = false; first_video_keyframe_pts = -1; video_proxy_id = NULL; has_video = false; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
