Changeset 70b2027658b66231dc15e37e50693f1135cae614

Show
Ignore:
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
  • modules/demux/subtitle.c

    r39aae2a r70b2027  
    14931493    char         *psz_text2, *psz_orig2; 
    14941494    int h1, h2, m1, m2, s1, s2, f1, f2; 
     1495 
    14951496    static int i_comment = 0; 
    14961497 
     
    18041805            } 
    18051806 
    1806  
    18071807            /* Get the times */ 
    18081808            int64_t i_time = ParseRealTime( psz_begin, &h1, &m1, &s1, &f1 );