Changeset 8a171c809b57bcccc25936b2e7569715120eef31
- Timestamp:
- 01/27/06 14:54:47
(2 years ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1138370087 +0000
- git-parent:
[758190ee3f1e5cf2a176ce47420cc08bfa0918a1]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1138370087 +0000
- Message:
rpn.c : vlm_cmd now adds a "vlm_value" variable
AUTHORS : add the HTTP interface rewrite
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1ad2022 |
r8a171c8 |
|
| 117 | 117 | D: Video Filters: mosaic, gradient and edge detection, magnify, rss |
|---|
| 118 | 118 | D: Podcast demux |
|---|
| | 119 | D: HTTP interface pages |
|---|
| 119 | 120 | S: France |
|---|
| 120 | 121 | |
|---|
| ra1046c5 |
r8a171c8 |
|
| 1003 | 1003 | |
|---|
| 1004 | 1004 | E_(mvar_AppendNewVar)( vars, "vlm_error", psz_error ); |
|---|
| | 1005 | /* this is kind of a duplicate but we need to have the message |
|---|
| | 1006 | * without the command name for the "export" command */ |
|---|
| | 1007 | E_(mvar_AppendNewVar)( vars, "vlm_value", vlm_answer->psz_value ); |
|---|
| 1005 | 1008 | vlm_MessageDelete( vlm_answer ); |
|---|
| 1006 | 1009 | |
|---|