Changeset a041f7eedbf62a0bf26576cac30bb1c9a76da0f8

Show
Ignore:
Timestamp:
29/02/08 14:52:08 (7 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1204293128 +0000
git-parent:

[d9cb27ecc1614561769129ea3a5b4f9130488a24]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1204293128 +0000
Message:

input/input.c: Misformatted if statement fix. Could someone check if that's really the wanted behaviour though.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/input/input.c

    ra78e273 ra041f7e  
    21932193            (strncmp( psz_access, "udp", 3 ) && 
    21942194             strncmp( psz_access, "rtp", 3 )) ) 
    2195  
    2196         /* Find optional titles and seekpoints */ 
    2197         MRLSections( p_input, psz_path, &in->i_title_start, &in->i_title_end, 
     2195        { 
     2196            /* Find optional titles and seekpoints */ 
     2197            MRLSections( p_input, psz_path, &in->i_title_start, &in->i_title_end, 
    21982198                     &in->i_seekpoint_start, &in->i_seekpoint_end ); 
     2199        } 
    21992200 
    22002201        if( psz_forced_demux && *psz_forced_demux )