]> git.sesse.net Git - vlc/commitdiff
input: Use mtime_t for pts_delay.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 5 Jun 2008 21:11:00 +0000 (23:11 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 5 Jun 2008 21:11:00 +0000 (23:11 +0200)
include/vlc_input.h

index fd872707948c6a90a67a0ac459c2b4c8803cc7a5..3408b3cb01ba60c2625a91721bf5506bc63baebd 100644 (file)
@@ -577,7 +577,7 @@ struct input_thread_t
     int64_t     i_time;     /* Current time */
 
     /* Internal caching common to all inputs */
-    int i_pts_delay;
+    mtime_t i_pts_delay;
 
     /* All other data is input_thread is PRIVATE. You can't access it
      * outside of src/input */