Changeset 525b810c5548f0ec59f77e2b184f56efbbec3694
- Timestamp:
- 07/29/06 15:32:12
(2 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1154179932 +0000
- git-parent:
[77824cb40c9997dc993d6fa40ba38f4d7a4bd571]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1154179932 +0000
- Message:
svn ids and stuff
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r59cd4c2 |
r525b810 |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 2006 Rémi Denis-Courmont |
|---|
| 5 | | * $Id: i18n_atof.c 14675 2006-03-08 12:25:29Z courmisch $ |
|---|
| | 5 | * $Id$ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * This program is free software; you can redistribute it and/or modify |
|---|
| r89471fa |
r525b810 |
|
| 1 | 1 | /***************************************************************************** |
|---|
| 2 | | * i18n: Test streaming profiles |
|---|
| | 2 | * profiles.c: Test streaming profiles |
|---|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 2006 The VideoLAN project |
|---|
| 5 | | * $Id: i18n_atof.c 14675 2006-03-08 12:25:29Z courmisch $ |
|---|
| | 5 | * $Id$ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * This program is free software; you can redistribute it and/or modify |
|---|
| … | … | |
| 25 | 25 | |
|---|
| 26 | 26 | #define STDCHAIN1 "#std{access=udp,url=12.42.12.42,mux=ts}" |
|---|
| 27 | | //#define GUICHAIN1 |
|---|
| | 27 | //#define GUICHAIN1 |
|---|
| 28 | 28 | static void BuildStdChain1( sout_chain_t *p_chain ) |
|---|
| 29 | 29 | { |
|---|
| 30 | | streaming_ChainAddStd( p_chain, "udp", "ts", "12.42.12.42" ); |
|---|
| | 30 | streaming_ChainAddStd( p_chain, "udp", "ts", "12.42.12.42" ); |
|---|
| 31 | 31 | } |
|---|
| 32 | 32 | |
|---|
| r89471fa |
r525b810 |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 2006 Rémi Denis-Courmont |
|---|
| 5 | | * $Id: url.c 15178 2006-04-11 16:18:39Z courmisch $ |
|---|
| | 5 | * $Id$ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * This program is free software; you can redistribute it and/or modify |
|---|