Commit 01f6b0f4 authored by Gildas Bazin's avatar Gildas Bazin

* modules/demux/avi/avi.c: fix for a bug introduced during the demux2 api...

* modules/demux/avi/avi.c: fix for a bug introduced during the demux2 api transition (courtesy of James MacLean).
parent 84d63bc7
...@@ -925,7 +925,7 @@ static int Demux_UnSeekable( demux_t *p_demux ) ...@@ -925,7 +925,7 @@ static int Demux_UnSeekable( demux_t *p_demux )
return( 0 ); return( 0 );
} }
p_sys->i_time = AVI_GetPTS( p_stream_master ) * 9 / 100; p_sys->i_time = AVI_GetPTS( p_stream_master );
for( i_packet = 0; i_packet < 10; i_packet++) for( i_packet = 0; i_packet < 10; i_packet++)
{ {
......
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