]> git.sesse.net Git - vlc/blobdiff - modules/access/vcd/vcd.c
Remove legacy casts
[vlc] / modules / access / vcd / vcd.c
index d55ec016063af1483b09f13a4bbed2142735c70a..e94dc617293b208a380543929c1c434606987c20 100644 (file)
@@ -257,7 +257,7 @@ static int Control( access_t *p_access, int i_query, va_list args )
         /* */
         case ACCESS_GET_PTS_DELAY:
             *va_arg( args, int64_t * )
-                     = (int64_t)var_GetInteger(p_access,"vcd-caching") * 1000;
+                     = var_GetInteger(p_access,"vcd-caching") * 1000;
             break;
 
         /* */