Changeset 70b2027658b66231dc15e37e50693f1135cae614
- Timestamp:
- 05/16/08 00:10:27
(2 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1210889427 -0700
- git-parent:
[39aae2a3c9d265085b4a7bfde5bc1fb630860713]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1210889406 -0700
- Message:
Cosmetic.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r39aae2a |
r70b2027 |
|
| 1493 | 1493 | char *psz_text2, *psz_orig2; |
|---|
| 1494 | 1494 | int h1, h2, m1, m2, s1, s2, f1, f2; |
|---|
| | 1495 | |
|---|
| 1495 | 1496 | static int i_comment = 0; |
|---|
| 1496 | 1497 | |
|---|
| … | … | |
| 1804 | 1805 | } |
|---|
| 1805 | 1806 | |
|---|
| 1806 | | |
|---|
| 1807 | 1807 | /* Get the times */ |
|---|
| 1808 | 1808 | int64_t i_time = ParseRealTime( psz_begin, &h1, &m1, &s1, &f1 ); |
|---|