]> git.sesse.net Git - vlc/commitdiff
Cosmetic.
authorLaurent Aimar <fenrir@videolan.org>
Wed, 26 May 2010 18:26:28 +0000 (20:26 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 26 May 2010 20:42:51 +0000 (22:42 +0200)
src/video_output/vout_subpictures.c

index 123d4da3e18856a9d6149eeb0ddc8c1931586329..fb21bb4166ca001171a6fb0651e234275648b9e0 100644 (file)
@@ -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 );