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
39d0e3e0
Commit
39d0e3e0
authored
Sep 12, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
control/
parent
cf4fe30a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
modules/control/http/macro.c
modules/control/http/macro.c
+1
-0
modules/control/http/util.c
modules/control/http/util.c
+2
-0
modules/control/rc.c
modules/control/rc.c
+3
-2
No files found.
modules/control/http/macro.c
View file @
39d0e3e0
...
...
@@ -25,6 +25,7 @@
#include "http.h"
#include "macros.h"
#include "vlc_url.h"
int
E_
(
MacroParse
)(
macro_t
*
m
,
char
*
psz_src
)
{
...
...
modules/control/http/util.c
View file @
39d0e3e0
...
...
@@ -23,6 +23,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include <vlc/vlc.h>
#include <stdio.h>
#include "http.h"
#include "vlc_strings.h"
...
...
modules/control/rc.c
View file @
39d0e3e0
...
...
@@ -25,6 +25,8 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#include <vlc/vlc.h>
#include <stdlib.h>
/* malloc(), free() */
#include <string.h>
...
...
@@ -33,7 +35,6 @@
#include <ctype.h>
#include <signal.h>
#include <vlc/vlc.h>
#include <vlc/intf.h>
#include <vlc/aout.h>
#include <vlc/vout.h>
...
...
@@ -1978,7 +1979,7 @@ static int VideoConfig( vlc_object_t *p_this, char const *psz_cmd,
/* get */
vlc_value_t
val
,
text
;
int
i
;
float
f_value
;
float
f_value
=
0
.
;
char
*
psz_value
=
NULL
;
if
(
var_Get
(
p_vout
,
psz_variable
,
&
val
)
<
0
)
...
...
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