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
ea7e9da5
Commit
ea7e9da5
authored
Jun 02, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./plugins/qnx/vout_qnx.c: QNX compilation fix.
parent
46f6ef76
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
ChangeLog
ChangeLog
+1
-0
plugins/qnx/vout_qnx.c
plugins/qnx/vout_qnx.c
+1
-1
No files found.
ChangeLog
View file @
ea7e9da5
...
...
@@ -4,6 +4,7 @@
HEAD
*
./
plugins
/
qnx
/
vout_qnx
.
c
:
QNX
compilation
fix
.
*
./
plugins
/
spudec
/
spu_decoder
.
c
:
fixed
a
margin
bug
in
the
SPU
renderer
which
caused
subtitles
to
appear
slanted
in
odd
width
windows
.
*
./
plugins
/
gtk
/
gtk_display
.
c
,
./
plugins
/
win32
/
mainframe
.
cpp
:
we
deactivate
...
...
plugins/qnx/vout_qnx.c
View file @
ea7e9da5
...
...
@@ -173,7 +173,7 @@ static int vout_Create( vout_thread_t *p_vout )
config_GetIntVariable
(
"fullscreen"
);
p_vout
->
p_sys
->
i_mode
=
config_GetIntVariable
(
"overlay"
)
?
MODE_
NORMAL
_OVERLAY
:
MODE_VIDEO_MEM
;
MODE_
VIDEO
_OVERLAY
:
MODE_VIDEO_MEM
;
p_vout
->
p_sys
->
dim
.
w
=
p_vout
->
i_window_width
;
p_vout
->
p_sys
->
dim
.
h
=
p_vout
->
i_window_height
;
...
...
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