[vlc-devel] commit: Fixed decoder_GetDisplayDate while buffering. (Laurent Aimar )

Laurent Aimar fenrir at via.ecp.fr
Thu Oct 9 16:59:51 CEST 2008


On Thu, Oct 09, 2008, Rémi Denis-Courmont wrote:
> > +        mtime_t i_display_date = 0;
> > +        if( !(p_block->i_flags & BLOCK_FLAG_PREROLL) )
> > +            i_display_date = decoder_GetDisplayDate( p_dec, p_sys->i_pts );
That part is ok.

> > +        i_display_date = 0; 
> Loos weird to me ^^
 That one is a debug leftover :( I will remove it.
Thanks for the review.

-- 
fenrir



More information about the vlc-devel mailing list