Changeset cc9bc6f27447267be0a02eee1f644d8caea5312c
- 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:
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0925ed0 |
rcc9bc6f |
|
| 5 | 5 | ***************************************************************************** |
|---|
| 6 | 6 | * 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 $ |
|---|
| 8 | 8 | * |
|---|
| 9 | 9 | * Authors: Christophe Massiot <massiot@via.ecp.fr> |
|---|
| … | … | |
| 398 | 398 | } |
|---|
| 399 | 399 | |
|---|
| | 400 | vlc_mutex_unlock( &p_input->stream.stream_lock ); |
|---|
| 400 | 401 | if( !demux_Control( p_input, DEMUX_GET_TIME, &i_time ) ) |
|---|
| 401 | 402 | { |
|---|
| … | … | |
| 413 | 414 | } |
|---|
| 414 | 415 | } |
|---|
| | 416 | vlc_mutex_lock( &p_input->stream.stream_lock ); |
|---|
| 415 | 417 | } |
|---|
| 416 | 418 | p_input->stream.p_selected_area->i_seek = NO_SEEK; |
|---|