[vlc-devel] [PATCH 03/10] vout: remove unused spu_lock

Steve Lhomme robux4 at ycbcr.xyz
Thu Jul 16 15:58:01 CEST 2020


---
 src/video_output/vout_internal.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/video_output/vout_internal.h b/src/video_output/vout_internal.h
index 045832fe415..6529c9846be 100644
--- a/src/video_output/vout_internal.h
+++ b/src/video_output/vout_internal.h
@@ -109,7 +109,6 @@ struct vout_thread_sys_t
     vout_statistic_t statistic;
 
     /* Subpicture unit */
-    vlc_mutex_t     spu_lock;
     spu_t           *spu;
     vlc_fourcc_t    spu_blend_chroma;
     vlc_blender_t   *spu_blend;
-- 
2.26.2



More information about the vlc-devel mailing list