[vlc-devel] [PATCH] access: dc1394: fix type mismatch

Zhao Zhili wantlamy at gmail.com
Tue Aug 8 04:12:43 CEST 2017


---
 modules/access/dc1394.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/access/dc1394.c b/modules/access/dc1394.c
index 43a8fc9..40031b5 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;
-- 
2.7.4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20170808/0fb82b34/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-access-dc1394-fix-type-mismatch.patch
Type: text/x-patch
Size: 770 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20170808/0fb82b34/attachment.bin>


More information about the vlc-devel mailing list