Changeset b2a21c15484a8b467d51712a561578a9eef2a3da
- Timestamp:
- 09/06/07 20:32:40
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1189103560 +0000
- git-parent:
[ec07497e93bd94ebe146e9f1c0bff57942ae5ded]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1189103560 +0000
- Message:
Use #rtp consistent with MacOS and wx GUIs
(I haven't checked whether the UI labels need updating)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc7c447c |
rb2a21c1 |
|
| 435 | 435 | ISMORE(); |
|---|
| 436 | 436 | ATLEASTONE() |
|---|
| 437 | | mrl.append( "std{access=udp,mux=" ); |
|---|
| | 437 | mrl.append( "rtp{mux=" ); |
|---|
| 438 | 438 | mrl.append( sout.psz_mux ); |
|---|
| 439 | 439 | mrl.append( ",dst=" ); |
|---|