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
9a8c7011
Commit
9a8c7011
authored
Aug 25, 2009
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11: remove unused function.
parent
9b1aee43
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
modules/video_output/x11/xcommon.c
modules/video_output/x11/xcommon.c
+0
-10
No files found.
modules/video_output/x11/xcommon.c
View file @
9a8c7011
...
@@ -32,7 +32,6 @@
...
@@ -32,7 +32,6 @@
#endif
#endif
#include <vlc_common.h>
#include <vlc_common.h>
#include <vlc_interface.h>
#include <vlc_playlist.h>
#include <vlc_playlist.h>
#include <vlc_vout.h>
#include <vlc_vout.h>
#include <vlc_vout_window.h>
#include <vlc_vout_window.h>
...
@@ -116,7 +115,6 @@ static void ToggleCursor ( vout_thread_t * );
...
@@ -116,7 +115,6 @@ static void ToggleCursor ( vout_thread_t * );
#if defined(MODULE_NAME_IS_xvmc)
#if defined(MODULE_NAME_IS_xvmc)
static
int
XVideoGetPort
(
vout_thread_t
*
,
vlc_fourcc_t
,
picture_heap_t
*
);
static
int
XVideoGetPort
(
vout_thread_t
*
,
vlc_fourcc_t
,
picture_heap_t
*
);
static
void
XVideoReleasePort
(
vout_thread_t
*
,
int
);
static
void
RenderVideo
(
vout_thread_t
*
,
picture_t
*
);
static
void
RenderVideo
(
vout_thread_t
*
,
picture_t
*
);
static
int
xvmc_check_yv12
(
Display
*
display
,
XvPortID
port
);
static
int
xvmc_check_yv12
(
Display
*
display
,
XvPortID
port
);
static
void
xvmc_update_XV_DOUBLE_BUFFER
(
vout_thread_t
*
p_vout
);
static
void
xvmc_update_XV_DOUBLE_BUFFER
(
vout_thread_t
*
p_vout
);
...
@@ -2063,14 +2061,6 @@ static int XVideoGetPort( vout_thread_t *p_vout,
...
@@ -2063,14 +2061,6 @@ static int XVideoGetPort( vout_thread_t *p_vout,
return
i_selected_port
;
return
i_selected_port
;
}
}
/*****************************************************************************
* XVideoReleasePort: release YUV12 port
*****************************************************************************/
static
void
XVideoReleasePort
(
vout_thread_t
*
p_vout
,
int
i_port
)
{
XvUngrabPort
(
p_vout
->
p_sys
->
p_display
,
i_port
,
CurrentTime
);
}
#endif
#endif
/*****************************************************************************
/*****************************************************************************
...
...
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