stream: remove anonymous union
commitf66590a84a673ba0d51901fbed819ad3b7b6fea2
authorRomain Vimont <rom1v@videolabs.io>
Sat, 3 Oct 2020 10:04:47 +0000 (3 12:04 +0200)
committerThomas Guillem <thomas@gllm.fr>
Tue, 12 Jan 2021 14:11:28 +0000 (12 15:11 +0100)
tree35e84aff64b451dd44101779ce0fd97b8a81beb2
parent38d214bc4f2ef68dfe6859383e12a20ae91e62de
stream: remove anonymous union

The two fields of the union have types demux_t and stream_t, which are
the same type (demux_t is a typedef of stream_t).

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
include/vlc_stream.h
modules/demux/filter/noseek.c
modules/stream_out/chromecast/chromecast_demux.cpp
src/input/demux.c