Skip to content
Snippets Groups Projects
Commit cd79514d authored by François Cartegnie's avatar François Cartegnie :fingers_crossed: Committed by Jean-Baptiste Kempf
Browse files

demux: oggseek: remove bos optimization

prevents blind seek to start of stream as granule is never read
parent c9b193a3
No related branches found
No related tags found
1 merge request!2260demux: oggseek: remove bos optimization
Pipeline #244755 passed with stage
in 14 minutes and 27 seconds
......@@ -316,9 +316,6 @@ static int64_t find_first_page_granule( demux_t *p_demux,
seek_byte( p_demux, i_pos1 );
if ( i_pos1 == p_stream->i_data_start )
return p_sys->i_input_position;
if ( i_bytes_to_read > OGGSEEK_BYTES_TO_READ ) i_bytes_to_read = OGGSEEK_BYTES_TO_READ;
while ( 1 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment