]> git.sesse.net Git - vlc/blobdiff - src/osd/osd_text.c
Fixed a (probable) typo in aout_ChangeFilterString().
[vlc] / src / osd / osd_text.c
index 916a50c786acb358f3637a4bc9aafaaec3d840ba..da24083b283fa0dc242e43717338543ea5d9509f 100644 (file)
@@ -131,7 +131,7 @@ void osd_Message( spu_t *p_spu, int i_channel,
         if( vasprintf( &psz_string, psz_format, args ) != -1 )
         {
             osd_ShowTextRelative( p_spu, i_channel, psz_string, NULL,
-                    OSD_ALIGN_TOP|OSD_ALIGN_RIGHT, 30,20,1000000 );
+                    SUBPICTURE_ALIGN_TOP|SUBPICTURE_ALIGN_RIGHT, 30,20,1000000 );
 
             free( psz_string );
         }