]> git.sesse.net Git - vlc/blobdiff - modules/access/pvr.c
Revert "access_http: use only the provided user agent."
[vlc] / modules / access / pvr.c
index 88a3070c6af6469be94dba7530f327c271ba50d0..666987932110e5f266344894facd1eb5f3a7bb18 100644 (file)
@@ -970,7 +970,7 @@ static int Control( access_t *p_access, int i_query, va_list args )
         /* */
         case ACCESS_GET_PTS_DELAY:
             pi_64 = (int64_t*)va_arg( args, int64_t * );
-            *pi_64 = (int64_t)var_GetInteger( p_access, "pvr-caching" ) * 1000;
+            *pi_64 = var_GetInteger( p_access, "pvr-caching" ) * 1000;
             break;
 
         /* */