demux/adaptive: Downloader: prefer static_cast
commit85766bf3c27f047bd88fa5b3eef268717d8532b3
authorFilip Roséen <filip@atch.se>
Thu, 18 May 2017 10:02:15 +0000 (18 12:02 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 18 May 2017 19:01:53 +0000 (18 21:01 +0200)
treebeff0ac38be66b5c6bc3ee05a7f0b5b13eb3d089
parent8546ff80e0a7f428329f587bd3e5dad6277b5ff1
demux/adaptive: Downloader: 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/demux/adaptive/http/Downloader.cpp