I'm trying to build a simple Windows console app using liblvc. I'm running into a problem that I think is related to this line of code in libvlc_media_player.h :
typedef struct libvlc_media_player_t libvlc_media_player_t;
What does the libvlc_media_player_t struct really look like?
Here is the info from the top of the header file:
* libvlc_media_player.h: libvlc_media_player external API
*****************************************************************************
* Copyright (C) 1998-2010 the VideoLAN team
* $Id: 788197129b97a544ef5be06a4c601e31720d90c6 $
Thanks in advance for the help.