[vlc-devel] commit: Remove unused variable. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sun Jun 15 01:34:39 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jun 14 16:32:45 2008 -0700| [86682a8d838cd3efe3b6bab6114cdc347a6ab025]

Remove unused variable.

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

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

diff --git a/modules/demux/mp4/mp4.c b/modules/demux/mp4/mp4.c
index 6055297..90ff72c 100644
--- a/modules/demux/mp4/mp4.c
+++ b/modules/demux/mp4/mp4.c
@@ -361,7 +361,6 @@ static int Open( vlc_object_t * p_this )
     {
         int        i_count = MP4_BoxCount( p_rmra, "rmda" );
         int        i;
-        bool b_play = false;
 
         msg_Dbg( p_demux, "detected playlist mov file (%d ref)", i_count );
 




More information about the vlc-devel mailing list