[vlc-devel] commit: No need to ask the mms-caching value twice in a row. ( Jean-Paul Saman )

git version control git at videolan.org
Mon Nov 24 15:06:37 CET 2008


vlc | branch: 0.8.6-bugfix | Jean-Paul Saman <jpsaman at videolan.org> | Thu Nov 13 13:03:06 2008 +0100| [302ca178d75b4057bbf4333abd28e6cbf1a43f54] | committer: Jean-Paul Saman 

No need to ask the mms-caching value twice in a row.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=302ca178d75b4057bbf4333abd28e6cbf1a43f54
---

 modules/access/mms/mmstu.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/access/mms/mmstu.c b/modules/access/mms/mmstu.c
index 56f42e5..ef5198e 100644
--- a/modules/access/mms/mmstu.c
+++ b/modules/access/mms/mmstu.c
@@ -274,7 +274,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" ) * I64C(1000);
             break;
 




More information about the vlc-devel mailing list