Changeset e9fdaf06b59ebdd0b9b5faa000c18732354e44e1
- Timestamp:
- 06/06/08 11:39:18
(6 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1212745158 +0200
- git-parent:
[0bcda15e362b5e00fd4b6f458206ac52035b217d]
- git-author:
- Rafaël Carré <funman@videolan.org> 1212745158 +0200
- Message:
ASF: Use stream_Seek() if we only want to seek
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3561b9b |
re9fdaf0 |
|
| 166 | 166 | |
|---|
| 167 | 167 | /* Cannot fail as peek succeed */ |
|---|
| 168 | | stream_Read( s, NULL, 30 ); |
|---|
| | 168 | stream_Seek( s, stream_Tell( s ) + 30 ); |
|---|
| 169 | 169 | |
|---|
| 170 | 170 | /* Now load sub object */ |
|---|