]> git.sesse.net Git - vlc/commitdiff
Remove unused variable.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Jun 2008 23:32:45 +0000 (16:32 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Jun 2008 23:32:45 +0000 (16:32 -0700)
modules/demux/mp4/mp4.c

index 6055297a4df277d5fdcdfdff7fa40e98a6272015..90ff72cce68a568adbbff027d6b52c1f40126da5 100644 (file)
@@ -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 );