[vlc-commits] vout: remove unused spu_lock
    Steve Lhomme 
    git at videolan.org
       
    Fri Jul 17 08:18:09 CEST 2020
    
    
  
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Jul 16 12:43:32 2020 +0200| [86e3cbec7c35f3ac499a8d0047f8f638c7af697c] | committer: Steve Lhomme
vout: remove unused spu_lock
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=86e3cbec7c35f3ac499a8d0047f8f638c7af697c
---
 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 045832fe41..6529c9846b 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;
    
    
More information about the vlc-commits
mailing list