Commit 537393a5 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

live555: remove unused variable

parent 7c7037db
...@@ -1645,7 +1645,6 @@ static block_t *StreamParseAsf( demux_t *p_demux, live_track_t *tk, ...@@ -1645,7 +1645,6 @@ static block_t *StreamParseAsf( demux_t *p_demux, live_track_t *tk,
unsigned i_length_offset = (p_data[1] << 16) | unsigned i_length_offset = (p_data[1] << 16) |
(p_data[2] << 8) | (p_data[2] << 8) |
(p_data[3] ); (p_data[3] );
bool b_key = i_flags & 0x80;
bool b_length = i_flags & 0x40; bool b_length = i_flags & 0x40;
bool b_relative_ts = i_flags & 0x20; bool b_relative_ts = i_flags & 0x20;
bool b_duration = i_flags & 0x10; bool b_duration = i_flags & 0x10;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment