Changeset 48b0c407071afc2ac607d8876d9385832d7794e8
- Timestamp:
- 03/03/05 19:30:07
(4 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1109874607 +0000
- git-parent:
[f2d226da0a5d9b2ac555cdb384854dd0c31d2fa8]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1109874607 +0000
- Message:
Handle module variables in sout options parser
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r41433ab |
r48b0c40 |
|
| 994 | 994 | break; |
|---|
| 995 | 995 | case VLC_VAR_STRING: |
|---|
| | 996 | case VLC_VAR_MODULE: |
|---|
| 996 | 997 | val.psz_string = cfg->psz_value; |
|---|
| 997 | 998 | break; |
|---|