Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
e1430f59
Commit
e1430f59
authored
Aug 20, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kill misc warnings
parent
7ec73fa9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
modules/codec/subtitles/t140.c
modules/codec/subtitles/t140.c
+2
-0
modules/control/ntservice.c
modules/control/ntservice.c
+1
-2
No files found.
modules/codec/subtitles/t140.c
View file @
e1430f59
...
@@ -81,6 +81,8 @@ static void Close( vlc_object_t *p_this )
...
@@ -81,6 +81,8 @@ static void Close( vlc_object_t *p_this )
static
block_t
*
Encode
(
encoder_t
*
p_enc
,
subpicture_t
*
p_spu
)
static
block_t
*
Encode
(
encoder_t
*
p_enc
,
subpicture_t
*
p_spu
)
{
{
VLC_UNUSED
(
p_enc
);
subpicture_region_t
*
p_region
;
subpicture_region_t
*
p_region
;
block_t
*
p_block
;
block_t
*
p_block
;
size_t
len
;
size_t
len
;
...
...
modules/control/ntservice.c
View file @
e1430f59
...
@@ -125,10 +125,9 @@ void Close( vlc_object_t *p_this )
...
@@ -125,10 +125,9 @@ void Close( vlc_object_t *p_this )
static
void
Run
(
intf_thread_t
*
p_intf
)
static
void
Run
(
intf_thread_t
*
p_intf
)
{
{
intf_sys_t
sys
;
intf_sys_t
sys
;
intf_thread_t
*
p_extraintf
;
SERVICE_TABLE_ENTRY
dispatchTable
[]
=
SERVICE_TABLE_ENTRY
dispatchTable
[]
=
{
{
{
VLCSERVICENAME
,
&
ServiceDispatch
},
{
(
LPTSTR
)
VLCSERVICENAME
,
&
ServiceDispatch
},
{
NULL
,
NULL
}
{
NULL
,
NULL
}
};
};
...
...
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