but I still don't know, how it will be better, so:<br>bool r = libvlc_media_player_has_vout(libvlc_media_player)!=0;<br>or so:<br>bool r = !!libvlc_media_player_has_vout(libvlc_media_player);<br><br>in patches I use first variant.<br>