Changeset 23bdea50631c8cf3af992768559a4c8085d0c5f7
- Timestamp:
- 07/10/05 11:50:34
(3 years ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1120989034 +0000
- git-parent:
[a4de52f8dcf2fa416ef53a0b5121a592e0baecd9]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1120989034 +0000
- Message:
compile fix
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5283146 |
r23bdea5 |
|
| 468 | 468 | { |
|---|
| 469 | 469 | vlc_bool_t b_exact = 1; |
|---|
| 470 | | uint64_t u_gcd; |
|---|
| | 470 | int64_t i_gcd; |
|---|
| 471 | 471 | |
|---|
| 472 | 472 | if( i_den == 0 ) |
|---|