mmstu: unneed call.

This commit is contained in:
Rémi Duraffort 2009-03-08 23:11:55 +01:00
parent 208fdac524
commit 1d2ddfa1b1
1 changed files with 0 additions and 1 deletions

View File

@ -286,7 +286,6 @@ 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 * );
var_Get( p_access, "mms-caching", &val );
*pi_64 = (int64_t)var_GetInteger( p_access, "mms-caching" ) * INT64_C(1000);
break;