[vlc-commits] display: fix warning

Steve Lhomme git at videolan.org
Mon Jan 13 12:06:14 CET 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Jan 13 12:00:53 2020 +0100| [8a98491c422bfa9f9d6cbd60c1e935ca60c349cb] | committer: Steve Lhomme

display: fix warning

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

 src/video_output/display.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/video_output/display.c b/src/video_output/display.c
index 8f5fbf4745..890b2ceaf9 100644
--- a/src/video_output/display.c
+++ b/src/video_output/display.c
@@ -290,6 +290,7 @@ typedef struct {
 
 static vlc_decoder_device * DisplayHoldDecoderDevice(vlc_object_t *o, void *sys)
 {
+    VLC_UNUSED(o);
     vout_display_t *vd = sys;
     vout_display_priv_t *osys = container_of(vd, vout_display_priv_t, display);
     return osys->src_vctx ? vlc_video_context_HoldDevice(osys->src_vctx) : NULL;



More information about the vlc-commits mailing list