From 65ec7ad4a17988f194520aee8f781da52d82edaf Mon Sep 17 00:00:00 2001 From: Zhao Zhili <wantlamy@gmail.com> Date: Tue, 8 Aug 2017 10:12:43 +0800 Subject: [PATCH] access: dc1394: fix type mismatch Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> --- modules/access/dc1394.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/access/dc1394.c b/modules/access/dc1394.c index 43a8fc93bfc7..40031b58e642 100644 --- a/modules/access/dc1394.c +++ b/modules/access/dc1394.c @@ -496,7 +496,6 @@ static int Control( demux_t *p_demux, int i_query, va_list args ) /* Special for access_demux */ case DEMUX_CAN_PAUSE: case DEMUX_CAN_SEEK: - case DEMUX_SET_PAUSE_STATE: case DEMUX_CAN_CONTROL_PACE: *va_arg( args, bool * ) = false; return VLC_SUCCESS; -- GitLab