[vlc-devel] Re: PATCH: Re: Movies that stop before they are finished, only via http

Gildas Bazin gbazin at altern.org
Mon Apr 26 19:52:34 CEST 2004


On Monday 26 April 2004 19:30, James MacLean wrote:
> 
> SVN -r 7252 worked, 7253 broke. The piece that appears to fix it for me
> is :
> 
> --- modules/demux/avi/oldavi.c  2004-04-26 14:25:39.628274392 -0300
> +++ modules/demux/avi/avi.c     2004-04-26 14:25:24.217617168 -0300
> @@ -946,7 +946,7 @@
>          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++)
>      {
> 
> Still doing more tests, but AVI streams are running again here,
> JES
>

Nice catch :)
I just committed the patch.

--
Gildas

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list