[vlc-commits] commit: Cosmetic. (Laurent Aimar )
git at videolan.org
git at videolan.org
Wed May 26 22:43:06 CEST 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed May 26 20:26:28 2010 +0200| [f30c7d152a7a2d9ba60a6d863e8f943dbbd271b9] | committer: Laurent Aimar
Cosmetic.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f30c7d152a7a2d9ba60a6d863e8f943dbbd271b9
---
src/video_output/vout_subpictures.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/video_output/vout_subpictures.c b/src/video_output/vout_subpictures.c
index 123d4da..fb21bb4 100644
--- a/src/video_output/vout_subpictures.c
+++ b/src/video_output/vout_subpictures.c
@@ -216,7 +216,7 @@ spu_t *spu_Create( vlc_object_t *p_this )
p_sys->i_margin = var_InheritInteger( p_spu, "sub-margin" );
/* Register the default subpicture channel */
- p_sys->i_channel = 2;
+ p_sys->i_channel = SPU_DEFAULT_CHANNEL + 1;
p_sys->psz_chain_update = NULL;
vlc_mutex_init( &p_sys->chain_lock );
More information about the vlc-commits
mailing list