Changeset 2227effdb5e0b0452dd59d7320e7d1fa58176a49
- Timestamp:
- 01/09/07 15:52:25
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1188654745 +0000
- git-parent:
[05bf902c8a0708a4de668535f5cbd7eb69e7aa15]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1188654745 +0000
- Message:
Do not implicitly encourage raw TS over UDP-Lite, DCCP and friends
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9e595c9 |
r2227eff |
|
| 243 | 243 | } |
|---|
| 244 | 244 | else if (!strcmp (psz_access, "udp") |
|---|
| 245 | | || !strcmp (psz_access, "rtp") || !strcmp (psz_access, "udplite") |
|---|
| 246 | | || !strcmp (psz_access, "tcp") || !strcmp (psz_access, "sctp") |
|---|
| 247 | | || !strcmp (psz_access, "dccp")) |
|---|
| | 245 | || !strcmp (psz_access, "rtp")) |
|---|
| 248 | 246 | { |
|---|
| 249 | 247 | psz_mux = strdup("ts"); |
|---|