Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
a1c76679
Commit
a1c76679
authored
Apr 17, 2001
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed a "1" from an intf_DbgMsg() (courtesy of Steve Brown
<sbrown@cortland.com>)
parent
05b2c1ef
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
plugins/x11/vout_xvideo.c
plugins/x11/vout_xvideo.c
+2
-2
No files found.
plugins/x11/vout_xvideo.c
View file @
a1c76679
...
...
@@ -2,7 +2,7 @@
* vout_xvideo.c: Xvideo video output display method
*****************************************************************************
* Copyright (C) 1998, 1999, 2000, 2001 VideoLAN
* $Id: vout_xvideo.c,v 1.
7 2001/04/15 04:46:41 sam
Exp $
* $Id: vout_xvideo.c,v 1.
8 2001/04/17 18:22:51 massiot
Exp $
*
* Authors: Shane Harper <shanegh@optusnet.com.au>
* Vincent Seguin <seguin@via.ecp.fr>
...
...
@@ -239,7 +239,7 @@ static int vout_Create( vout_thread_t *p_vout )
if
(
(
p_vout
->
p_sys
->
xv_port
=
XVideoGetPort
(
p_vout
->
p_sys
->
p_display
))
<
0
)
return
1
;
intf_DbgMsg
(
1
,
"Using xv port %d"
,
p_vout
->
p_sys
->
xv_port
);
intf_DbgMsg
(
"Using xv port %d"
,
p_vout
->
p_sys
->
xv_port
);
#if 0
/* XXX The brightness and contrast values should be read from environment
...
...
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