Changeset cc9bc6f27447267be0a02eee1f644d8caea5312c

Show
Ignore:
Timestamp:
09/15/03 20:05:13 (5 years ago)
Author:
Laurent Aimar <fenrir@videolan.org>
git-committer:
Laurent Aimar <fenrir@videolan.org> 1063649113 +0000
git-parent:

[986116e27a25c1a60fc8707791cb0ca4e459639e]

git-author:
Laurent Aimar <fenrir@videolan.org> 1063649113 +0000
Message:
  • input: one lock issue.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/input/input.c

    r0925ed0 rcc9bc6f  
    55 ***************************************************************************** 
    66 * Copyright (C) 1998-2002 VideoLAN 
    7  * $Id: input.c,v 1.240 2003/09/13 17:42:16 fenrir Exp $ 
     7 * $Id: input.c,v 1.241 2003/09/15 18:05:13 fenrir Exp $ 
    88 * 
    99 * Authors: Christophe Massiot <massiot@via.ecp.fr> 
     
    398398                } 
    399399 
     400                vlc_mutex_unlock( &p_input->stream.stream_lock ); 
    400401                if( !demux_Control( p_input, DEMUX_GET_TIME, &i_time ) ) 
    401402                { 
     
    413414                    } 
    414415                } 
     416                vlc_mutex_lock( &p_input->stream.stream_lock ); 
    415417            } 
    416418            p_input->stream.p_selected_area->i_seek = NO_SEEK;