[vlc-devel] [PATCH] input : apply start time option immediately
    Laurent Aimar 
    fenrir at elivagar.org
       
    Sat Jun  5 20:32:18 CEST 2010
    
    
  
Hi,
On Wed, 2010-06-02 at 09:32 +0200, Sébastien Escudier wrote:
> This patch avoids to have a few frame of the beginning of the video.
> Instead, the first frame will be the one at start-time option.
> 
> So if someone with better knowledge of input thread can confirm this patch is ok
> ?
 I don't think it is the right way to fix the issue. The Control()
cannot be done here as the input is not yet completely loaded/setup.
 I think that changing MainLoop() to perform controls before demuxing
data could work nicely and will avoid any breakages.
-- 
fenrir
    
    
More information about the vlc-devel
mailing list