]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/audiobargraph_v.c
Qt: CaptureOpenPanel: check and prefill with usual devices
[vlc] / modules / video_filter / audiobargraph_v.c
index 44359cc8876002d766c9c1e215325656a108755c..156b0ec1747981e961e184c0fffe10556d0ad8a6 100644 (file)
@@ -35,7 +35,6 @@
 #include <vlc_filter.h>
 
 #include <vlc_image.h>
-#include <vlc_osd.h>
 
 #ifdef LoadImage
 #   undef LoadImage
@@ -361,7 +360,7 @@ static subpicture_t *FilterSub( filter_t *p_filter, mtime_t date )
     /*  where to locate the bar graph: */
     if( p_sys->i_pos < 0 )
     {   /*  set to an absolute xy */
-        p_region->i_align = OSD_ALIGN_RIGHT | OSD_ALIGN_TOP;
+        p_region->i_align = SUBPICTURE_ALIGN_RIGHT | SUBPICTURE_ALIGN_TOP;
         p_spu->b_absolute = true;
     }
     else