demux/vobsub: Control: remove redundant casts
The type yield by va_arg( args, T ) is already guaranteed to be T;
there is no need for the explicit cast.
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
Loading
Please register or sign in to comment