[vlc-devel] [PATCH 01/22] libvlc: don't use i_id to compare es
Prince
guptaprince8832 at gmail.com
Mon Oct 26 13:50:29 CET 2020
>> - else if( es_id->i_id == other->id.i_id )
>> + else if( es_id == ( vlc_es_id_t * )other )
>The cast is useless here.
There was a warning without this cast, es_id and other has different
type.
> {
> select = true;
> break;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20201026/cc7c7849/attachment.html>
More information about the vlc-devel
mailing list