]> git.sesse.net Git - vlc/commitdiff
include/vlc/libvlc_structures.h: Fix build by using vlc_int64_t instead of uint64_t.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 7 Jun 2007 21:33:16 +0000 (21:33 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 7 Jun 2007 21:33:16 +0000 (21:33 +0000)
include/vlc/libvlc_structures.h

index 76328ddb8aeba49c94b99b4bd9e82dc961273549..b5f27f390d971dcca9eb35a800721bf347049b4a 100644 (file)
@@ -161,7 +161,7 @@ typedef struct
         } volume_changed;
         struct
         {
-            uint64_t new_position;
+            vlc_int64_t new_position;
         } input_position_changed;
     } u;
 } libvlc_event_t;