]> git.sesse.net Git - vlc/blobdiff - modules/access/dv.c
Update LGPL license blurb, choosing v2.1+.
[vlc] / modules / access / dv.c
index 084ef27ed86ce8c2a21701b00f82273d1bdd45be..372bf74653301345775aab0310b5e47d92a71d30 100644 (file)
@@ -292,7 +292,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, "dv-caching" ) * 1000;
+                   = var_GetInteger( p_access, "dv-caching" ) * 1000;
             break;
 
         /* */