]> git.sesse.net Git - vlc/blobdiff - modules/access/http.c
Remove legacy casts
[vlc] / modules / access / http.c
index 11f145e1814b6907b3539947610ffee66042ea3d..29da639b21826d1c9b37236c8260a7e98fd4da8f 100644 (file)
@@ -1074,7 +1074,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, "http-caching" ) * 1000;
+            *pi_64 = var_GetInteger( p_access, "http-caching" ) * 1000;
             break;
 
         /* */