Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
b3e4d536
Commit
b3e4d536
authored
Apr 02, 2008
by
dionoea
Browse files
Remove trailing space.
parent
aa0572e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/video_output/vout_intf.c
View file @
b3e4d536
...
...
@@ -351,7 +351,7 @@ void vout_IntfInit( vout_thread_t *p_vout )
}
/* update triggered every time the vout's crop parameters are changed */
var_Create
(
p_vout
,
"crop-update"
,
VLC_VAR_VOID
);
var_Create
(
p_vout
,
"crop-update"
,
VLC_VAR_VOID
);
/* Add custom crop ratios */
psz_buf
=
config_GetPsz
(
p_vout
,
"custom-crop-ratios"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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