Commit 6e85f629 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

AVI: increase threshold for subtitles detection to 10MB

Close #7853
parent 272dcbf2
......@@ -2668,7 +2668,7 @@ static void AVI_ExtractSubtitle( demux_t *p_demux,
}
/* */
if( i_size > 1000000 )
if( i_size > 10000000 )
goto exit;
if( stream_Seek( p_demux->s, i_position ) )
......
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