Changeset a041f7eedbf62a0bf26576cac30bb1c9a76da0f8
- 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
| ra78e273 |
ra041f7e |
|
| 2193 | 2193 | (strncmp( psz_access, "udp", 3 ) && |
|---|
| 2194 | 2194 | 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, |
|---|
| 2198 | 2198 | &in->i_seekpoint_start, &in->i_seekpoint_end ); |
|---|
| | 2199 | } |
|---|
| 2199 | 2200 | |
|---|
| 2200 | 2201 | if( psz_forced_demux && *psz_forced_demux ) |
|---|