Commit b04d7e33 authored by Laurent Aimar's avatar Laurent Aimar

Removed useless test in oggseek.

parent 5c45e942
...@@ -678,12 +678,9 @@ static demux_index_entry_t *get_bounds_for ( logical_stream_t *p_stream, int64_t ...@@ -678,12 +678,9 @@ 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;
{ idx = idx->p_next;
*pi_pos_lower = idx->i_pagepos; continue;
idx = idx->p_next;
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