X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc%2Fmediacontrol_structures.h;h=8d7f9b850212b682e880b39256ce7348990f928d;hb=c5f4e7f8fe242dad0ca58c3706b228c63a617da4;hp=d0290bdde037eed757727d0ba12a2ca1b64c1efd;hpb=255cdb14836dce0939766d9222b6d2d42aa249eb;p=vlc diff --git a/include/vlc/mediacontrol_structures.h b/include/vlc/mediacontrol_structures.h index d0290bdde0..8d7f9b8502 100644 --- a/include/vlc/mediacontrol_structures.h +++ b/include/vlc/mediacontrol_structures.h @@ -34,6 +34,8 @@ extern "C" { # endif +#include + /** * A position may have different origins: * - absolute counts from the movie start @@ -85,7 +87,7 @@ typedef struct { int width; int height; uint32_t type; - int64_t date; + vlc_int64_t date; int size; char *data; } mediacontrol_RGBPicture; @@ -120,8 +122,8 @@ typedef struct { typedef struct { mediacontrol_PlayerStatus streamstatus; char *url; /* The URL of the current media stream */ - int64_t position; /* actual location in the stream (in ms) */ - int64_t length; /* total length of the stream (in ms) */ + vlc_int64_t position; /* actual location in the stream (in ms) */ + vlc_int64_t length; /* total length of the stream (in ms) */ } mediacontrol_StreamInformation;