Changeset db47cf33d70da786fd365b0321700b2236546926
- Timestamp:
- 24/05/08 18:58:47
(5 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1211648327 +0300
- git-parent:
[f160db450ae04c034b306510eaca1aeddc2364b3]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1211648327 +0300
- Message:
Don't parse no options
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r04e6970 |
rdb47cf3 |
|
| 64 | 64 | * Local prototypes |
|---|
| 65 | 65 | *****************************************************************************/ |
|---|
| 66 | | static const char *ppsz_sout_options[] = { |
|---|
| 67 | | NULL |
|---|
| 68 | | }; |
|---|
| 69 | | |
|---|
| 70 | 66 | static ssize_t Write( sout_access_out_t *, block_t * ); |
|---|
| 71 | 67 | static int Seek ( sout_access_out_t *, off_t ); |
|---|
| … | … | |
| 90 | 86 | int length_path, length_media_name; |
|---|
| 91 | 87 | int i; |
|---|
| 92 | | |
|---|
| 93 | | config_ChainParse( p_access, SOUT_CFG_PREFIX, ppsz_sout_options, p_access->p_cfg ); |
|---|
| 94 | 88 | |
|---|
| 95 | 89 | if( !( p_sys = calloc ( 1, sizeof( sout_access_out_sys_t ) ) ) ) |
|---|