[vlc-devel] commit: input: Use mtime_t for pts_delay. (Pierre	d'Herbemont )
    git version control 
    git at videolan.org
       
    Fri Jun  6 00:13:28 CEST 2008
    
    
  
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Thu Jun  5 23:11:00 2008 +0200| [6f8ce7ca56918ca2423b8728a3276aac8ba1cfe4]
input: Use mtime_t for pts_delay.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6f8ce7ca56918ca2423b8728a3276aac8ba1cfe4
---
 include/vlc_input.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_input.h b/include/vlc_input.h
index fd87270..3408b3c 100644
--- a/include/vlc_input.h
+++ b/include/vlc_input.h
@@ -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 */
    
    
More information about the vlc-devel
mailing list