Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
3fea2a27
Commit
3fea2a27
authored
Dec 20, 2007
by
Jean-Paul Saman
Browse files
Remove excess/trailing whitespace
parent
c2915c44
Changes
3
Hide whitespace changes
Inline
Side-by-side
modules/video_output/opengl.c
View file @
3fea2a27
...
...
@@ -687,7 +687,6 @@ static int Manage( vout_thread_t *p_vout )
p_vout
->
i_changes
=
VOUT_CROP_CHANGE
;
//to force change
p_sys
->
p_vout
->
i_alignment
=
p_vout
->
i_alignment
;
}
return
i_ret
;
}
...
...
modules/video_output/x11/xcommon.c
View file @
3fea2a27
...
...
@@ -1519,7 +1519,7 @@ static int ManageVideo( vout_thread_t *p_vout )
#ifdef MODULE_NAME_IS_xvmc
xvmc_context_reader_unlock
(
&
p_vout
->
p_sys
->
xvmc_lock
);
#endif
#ifdef HAVE_OSSO
if
(
p_vout
->
p_sys
->
p_octx
!=
NULL
)
{
if
(
p_vout
->
p_sys
->
i_backlight_on_counter
==
i_backlight_on_interval
)
{
...
...
@@ -1534,7 +1534,7 @@ static int ManageVideo( vout_thread_t *p_vout )
}
}
#endif
vlc_mutex_unlock
(
&
p_vout
->
p_sys
->
lock
);
return
0
;
}
...
...
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,
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_aspect
!=
p_fmt
->
i_aspect
)
||
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