[vlc-commits] es_out: the SET_PCR value is an mtime_t
    Steve Lhomme 
    git at videolan.org
       
    Sat May  5 18:10:27 CEST 2018
    
    
  
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Sat May  5 09:57:59 2018 +0200| [90b0a5cbf6635b6392a8f17055690590baad60ad] | committer: Rémi Denis-Courmont
es_out: the SET_PCR value is an mtime_t
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=90b0a5cbf6635b6392a8f17055690590baad60ad
---
 src/input/es_out.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/input/es_out.c b/src/input/es_out.c
index 7221fbb357..6f74a49879 100644
--- a/src/input/es_out.c
+++ b/src/input/es_out.c
@@ -2473,7 +2473,7 @@ static int EsOutControlLocked( es_out_t *out, int i_query, va_list args )
     {
         es_out_pgrm_t *p_pgrm = NULL;
         int            i_group = 0;
-        int64_t        i_pcr;
+        mtime_t        i_pcr;
 
         /* Search program */
         if( i_query == ES_OUT_SET_PCR )
    
    
More information about the vlc-commits
mailing list