Commit b04d7e33 authored by Laurent Aimar's avatar Laurent Aimar

Removed useless test in oggseek.

parent 5c45e942
...@@ -677,14 +677,11 @@ static demux_index_entry_t *get_bounds_for ( logical_stream_t *p_stream, int64_t ...@@ -677,14 +677,11 @@ static demux_index_entry_t *get_bounds_for ( logical_stream_t *p_stream, int64_t
} }
if ( i_frame < i_tframe ) if ( i_frame < i_tframe )
{
if ( pi_pos_lower != NULL )
{ {
*pi_pos_lower = idx->i_pagepos; *pi_pos_lower = idx->i_pagepos;
idx = idx->p_next; idx = idx->p_next;
continue; continue;
} }
}
return idx; return idx;
} }
......
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