git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa0572e
)
Remove trailing space.
author
Antoine Cellerier
<dionoea@videolan.org>
Wed, 2 Apr 2008 20:01:00 +0000
(22:01 +0200)
committer
Antoine Cellerier
<dionoea@videolan.org>
Wed, 2 Apr 2008 20:01:00 +0000
(22:01 +0200)
src/video_output/vout_intf.c
patch
|
blob
|
history
diff --git
a/src/video_output/vout_intf.c
b/src/video_output/vout_intf.c
index
516c9e1
..
d1c6d8c
100644
(file)
--- a/
src/video_output/vout_intf.c
+++ b/
src/video_output/vout_intf.c
@@
-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" );