]> git.sesse.net Git - vlc/commitdiff
Add ACCESS_GET_META in the dummy access to avoid an error
authorChristophe Mutricy <xtophe@videolan.org>
Wed, 10 Aug 2005 08:13:09 +0000 (08:13 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Wed, 10 Aug 2005 08:13:09 +0000 (08:13 +0000)
modules/misc/dummy/input.c

index 5a8c1d05c6d73d21bd4e717aae471c6cfcc1b460..14f5bf7db821e9a8dcc63e5d878103fe60d6b486 100644 (file)
@@ -70,6 +70,7 @@ static int AccessControl( access_t *p_access, int i_query, va_list args )
         /* */
         case ACCESS_SET_PAUSE_STATE:
         case ACCESS_GET_TITLE_INFO:
+        case ACCESS_GET_META:
         case ACCESS_SET_TITLE:
         case ACCESS_SET_SEEKPOINT:
             return VLC_EGENERIC;