sout/chromecast: intf_sys_t: prefer static_cast
commitea19e75dd7df0bbe6ea0e3a43afdf0abd95ebdd7
authorFilip Roséen <filip@atch.se>
Thu, 18 May 2017 10:02:16 +0000 (18 12:02 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 18 May 2017 19:01:53 +0000 (18 21:01 +0200)
tree7b0de1bdd656b9df7310b2a1c5c0f0c114d4d49e
parent85766bf3c27f047bd88fa5b3eef268717d8532b3
sout/chromecast: intf_sys_t: prefer static_cast

There is no need to use reinterpret_cast when the destination or
source type is pointer-to-void, static_cast is more accurate (and
safer).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/stream_out/chromecast/chromecast_ctrl.cpp