[vlc-commits] splitter: remove bogus unused flagging of cfg

Steve Lhomme git at videolan.org
Fri Sep 20 13:54:06 CEST 2019


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri Sep 20 08:31:50 2019 +0200| [27ab7b7110c781f67e0c1591edfbe89485b3562f] | committer: Steve Lhomme

splitter: remove bogus unused flagging of cfg

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=27ab7b7110c781f67e0c1591edfbe89485b3562f
---

 modules/video_output/splitter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/splitter.c b/modules/video_output/splitter.c
index 401de4853d..abdffe40f1 100644
--- a/modules/video_output/splitter.c
+++ b/modules/video_output/splitter.c
@@ -319,7 +319,7 @@ static int vlc_vidsplit_Open(vout_display_t *vd,
     vd->display = vlc_vidsplit_Display;
     vd->control = vlc_vidsplit_Control;
     vd->close = vlc_vidsplit_Close;
-    (void) cfg; (void) fmtp; (void) ctx;
+    (void) fmtp; (void) ctx;
     return VLC_SUCCESS;
 }
 



More information about the vlc-commits mailing list