Changeset 70b2027658b66231dc15e37e50693f1135cae614 for modules
- Timestamp:
- 05/16/08 00:10:27 (2 months ago)
- git-parent:
- Files:
-
- modules/demux/subtitle.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/demux/subtitle.c
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 );
