[vlc-commits] access: dc1394: fix type mismatch
Quink
git at videolan.org
Tue Aug 8 10:34:06 CEST 2017
vlc | branch: master | Quink <wantlamy at gmail.com> | Tue Aug 8 10:12:43 2017 +0800| [18bea80773198a1a9f8df801739786792a31185d] | committer: Jean-Baptiste Kempf
access: dc1394: fix type mismatch
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=18bea80773198a1a9f8df801739786792a31185d
---
modules/access/dc1394.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/access/dc1394.c b/modules/access/dc1394.c
index 43a8fc93bf..40031b58e6 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;
More information about the vlc-commits
mailing list