Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
3fea2a27
Commit
3fea2a27
authored
Dec 20, 2007
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove excess/trailing whitespace
parent
c2915c44
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
modules/video_output/opengl.c
modules/video_output/opengl.c
+0
-1
modules/video_output/x11/xcommon.c
modules/video_output/x11/xcommon.c
+2
-2
src/video_output/video_output.c
src/video_output/video_output.c
+0
-1
No files found.
modules/video_output/opengl.c
View file @
3fea2a27
...
@@ -687,7 +687,6 @@ static int Manage( vout_thread_t *p_vout )
...
@@ -687,7 +687,6 @@ static int Manage( vout_thread_t *p_vout )
p_vout
->
i_changes
=
VOUT_CROP_CHANGE
;
//to force change
p_vout
->
i_changes
=
VOUT_CROP_CHANGE
;
//to force change
p_sys
->
p_vout
->
i_alignment
=
p_vout
->
i_alignment
;
p_sys
->
p_vout
->
i_alignment
=
p_vout
->
i_alignment
;
}
}
return
i_ret
;
return
i_ret
;
}
}
...
...
modules/video_output/x11/xcommon.c
View file @
3fea2a27
src/video_output/video_output.c
View file @
3fea2a27
...
@@ -194,7 +194,6 @@ vout_thread_t *__vout_Request( vlc_object_t *p_this, vout_thread_t *p_vout,
...
@@ -194,7 +194,6 @@ vout_thread_t *__vout_Request( vlc_object_t *p_this, vout_thread_t *p_vout,
if
(
(
p_vout
->
fmt_render
.
i_width
!=
p_fmt
->
i_width
)
||
if
(
(
p_vout
->
fmt_render
.
i_width
!=
p_fmt
->
i_width
)
||
(
p_vout
->
fmt_render
.
i_height
!=
p_fmt
->
i_height
)
||
(
p_vout
->
fmt_render
.
i_height
!=
p_fmt
->
i_height
)
||
(
p_vout
->
fmt_render
.
i_aspect
!=
p_fmt
->
i_aspect
)
||
(
p_vout
->
fmt_render
.
i_aspect
!=
p_fmt
->
i_aspect
)
||
p_vout
->
b_filter_change
)
p_vout
->
b_filter_change
)
{
{
...
...
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