[vlc-commits] live555: remove unused variable
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Sun Aug 28 03:49:01 CEST 2011
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Aug 28 03:48:39 2011 +0200| [537393a560fb404e9ac2be8c840e021d73dfaf2a] | committer: Jean-Baptiste Kempf
live555: remove unused variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=537393a560fb404e9ac2be8c840e021d73dfaf2a
---
 modules/demux/live555.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
index abbc0ca..4d32168 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -1645,7 +1645,6 @@ static block_t *StreamParseAsf( demux_t *p_demux, live_track_t *tk,
         unsigned i_length_offset = (p_data[1] << 16) |
                                    (p_data[2] <<  8) |
                                    (p_data[3]      );
-        bool b_key = i_flags & 0x80;
         bool b_length = i_flags & 0x40;
         bool b_relative_ts = i_flags & 0x20;
         bool b_duration = i_flags & 0x10;
    
    
More information about the vlc-commits
mailing list