[MPlayer-users] (no subject) (mplayer 3-4 second delay in between files in playlist)
    Reimar Döffinger 
    Reimar.Doeffinger at gmx.de
       
    Sun Oct 31 08:28:30 CET 2010
    
    
  
On Sat, Oct 30, 2010 at 03:18:25PM -0700, Michael Ainge wrote:
> It hangs in procedure uninit_player() in mplayer.c at the line which includes this:
>     if (mpctx->audio_out) mpctx->audio_out->uninit(mpctx->eof?0:1);
> if I typed that correctly.  I didn't dig any deeper than this
Two possibilities:
1) You use an ao that does not properly support playing the last chunk
2) The audio of your file is longer than the video (even though it is
   only silence) and MPlayer plays this till the end.
    
    
More information about the MPlayer-users
mailing list