Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
8a171c80
Commit
8a171c80
authored
Jan 27, 2006
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpn.c : vlm_cmd now adds a "vlm_value" variable
AUTHORS : add the HTTP interface rewrite
parent
758190ee
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
AUTHORS
AUTHORS
+1
-0
modules/control/http/rpn.c
modules/control/http/rpn.c
+3
-0
No files found.
AUTHORS
View file @
8a171c80
...
@@ -116,6 +116,7 @@ E: dionoea@videolan.org
...
@@ -116,6 +116,7 @@ E: dionoea@videolan.org
C: dionoea
C: dionoea
D: Video Filters: mosaic, gradient and edge detection, magnify, rss
D: Video Filters: mosaic, gradient and edge detection, magnify, rss
D: Podcast demux
D: Podcast demux
D: HTTP interface pages
S: France
S: France
N: Renaud Dartus
N: Renaud Dartus
...
...
modules/control/http/rpn.c
View file @
8a171c80
...
@@ -1002,6 +1002,9 @@ void E_(EvaluateRPN)( intf_thread_t *p_intf, mvar_t *vars,
...
@@ -1002,6 +1002,9 @@ void E_(EvaluateRPN)( intf_thread_t *p_intf, mvar_t *vars,
}
}
E_
(
mvar_AppendNewVar
)(
vars
,
"vlm_error"
,
psz_error
);
E_
(
mvar_AppendNewVar
)(
vars
,
"vlm_error"
,
psz_error
);
/* this is kind of a duplicate but we need to have the message
* without the command name for the "export" command */
E_
(
mvar_AppendNewVar
)(
vars
,
"vlm_value"
,
vlm_answer
->
psz_value
);
vlm_MessageDelete
(
vlm_answer
);
vlm_MessageDelete
(
vlm_answer
);
free
(
psz_cmd
);
free
(
psz_cmd
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment