Commit 4a67f8ce authored by Francois Cartegnie's avatar Francois Cartegnie

demux: avi: don't ask for fix on non fastseekable

A better way would probably keep not asking and
seek and load index when 'slow' seekable.
parent 83228de5
......@@ -709,7 +709,7 @@ aviindex:
"approximative or will exhibit strange behavior" );
if( (i_do_index == 0 || i_do_index == 3) && !b_index )
{
if( !p_sys->b_seekable ) {
if( !p_sys->b_fastseekable ) {
b_index = true;
goto aviindex;
}
......
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