[vlc-devel] commit: Cosmetic. (Laurent Aimar )

git version control git at videolan.org
Tue Oct 13 21:09:50 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Oct 13 21:08:07 2009 +0200| [9107739682bb51940567b0d5893b3b8f14a1939b] | committer: Laurent Aimar 

Cosmetic.

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

 modules/demux/mp4/mp4.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/demux/mp4/mp4.c b/modules/demux/mp4/mp4.c
index 1b038e0..3fa1468 100644
--- a/modules/demux/mp4/mp4.c
+++ b/modules/demux/mp4/mp4.c
@@ -845,7 +845,7 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
 
         case DEMUX_GET_FPS:
             pf = (double*)va_arg( args, double* );
-            *pf = (double)p_sys->f_fps;
+            *pf = p_sys->f_fps;
             return VLC_SUCCESS;
 
         case DEMUX_GET_META:




More information about the vlc-devel mailing list