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
8e19406b
Commit
8e19406b
authored
Dec 20, 2001
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backported Peter Surda patch.
parent
19e9a808
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
plugins/x11/vout_xvideo.c
plugins/x11/vout_xvideo.c
+10
-2
No files found.
plugins/x11/vout_xvideo.c
View file @
8e19406b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* vout_xvideo.c: Xvideo video output display method
* vout_xvideo.c: Xvideo video output display method
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* Copyright (C) 1998-2001 VideoLAN
* $Id: vout_xvideo.c,v 1.36.2.
2 2001/12/17 03:48:12 sam
Exp $
* $Id: vout_xvideo.c,v 1.36.2.
3 2001/12/20 16:46:40 massiot
Exp $
*
*
* Authors: Shane Harper <shanegh@optusnet.com.au>
* Authors: Shane Harper <shanegh@optusnet.com.au>
* Vincent Seguin <seguin@via.ecp.fr>
* Vincent Seguin <seguin@via.ecp.fr>
...
@@ -403,7 +403,7 @@ static void vout_Destroy( vout_thread_t *p_vout )
...
@@ -403,7 +403,7 @@ static void vout_Destroy( vout_thread_t *p_vout )
* XXX Should "factor-out" common code in this and the "same" fn in the x11
* XXX Should "factor-out" common code in this and the "same" fn in the x11
* XXX plugin!
* XXX plugin!
*****************************************************************************/
*****************************************************************************/
static
__inline__
void
vout_Seek
(
in
t
i_seek
)
static
__inline__
void
vout_Seek
(
off_
t
i_seek
)
{
{
int
i_tell
=
p_main
->
p_intf
->
p_input
->
stream
.
p_selected_area
->
i_tell
;
int
i_tell
=
p_main
->
p_intf
->
p_input
->
stream
.
p_selected_area
->
i_tell
;
...
@@ -582,6 +582,14 @@ static int vout_Manage( vout_thread_t *p_vout )
...
@@ -582,6 +582,14 @@ static int vout_Manage( vout_thread_t *p_vout )
input_SetStatus
(
p_main
->
p_intf
->
p_input
,
input_SetStatus
(
p_main
->
p_intf
->
p_input
,
INPUT_STATUS_PAUSE
);
INPUT_STATUS_PAUSE
);
break
;
break
;
case
Button4
:
vout_Seek
(
15
);
break
;
case
Button5
:
vout_Seek
(
-
15
);
break
;
}
}
}
}
/* Mouse release */
/* Mouse release */
...
...
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