Changeset 22ec91db9f385ed13353459506d8e54f699374f0
- Timestamp:
- 10/19/07 00:10:15
(11 months ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1192745415 +0000
- git-parent:
[35467e3f23ef35ac8fc8be8b2de57a3f9c53c826]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1192745415 +0000
- Message:
Use proper unity.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7dd2f15 |
r22ec91d |
|
| 1369 | 1369 | |
|---|
| 1370 | 1370 | if ( i_spu_delay >= I64C(100000000) |
|---|
| 1371 | | || i_spu_delay < 10000 ) |
|---|
| | 1371 | || i_spu_delay < I64C(10000) ) |
|---|
| 1372 | 1372 | { |
|---|
| 1373 | 1373 | BufferChainClean( p_mux->p_sout, |
|---|