[vlc-commits] [Git][videolan/vlc][master] egl_surfacetexture: remove unused variable

Steve Lhomme (@robUx4) gitlab at videolan.org
Wed Apr 27 14:00:29 UTC 2022



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
b0dfd664 by Alexandre Janniaux at 2022-04-27T13:32:36+00:00
egl_surfacetexture: remove unused variable

- - - - -


1 changed file:

- modules/video_filter/egl_surfacetexture.c


Changes:

=====================================
modules/video_filter/egl_surfacetexture.c
=====================================
@@ -249,10 +249,9 @@ static picture_t *SwapOffscreen(vlc_gl_t *gl)
     return current_picture;
 }
 
-static void Close( vlc_gl_t *gl )
+static void Close(vlc_gl_t *gl)
 {
     struct surfacetexture_sys *sys = gl->sys;
-    struct video_ctx *vctx = GetVCtx(gl);
 
     picture_Release(sys->current_picture);
     vlc_video_context_Release(gl->offscreen_vctx_out);



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b0dfd664771e8b91c846b4954641e4f5e75479cf

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b0dfd664771e8b91c846b4954641e4f5e75479cf
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list