]> git.sesse.net Git - vlc/commitdiff
Avoid runtime warning: directory.c does not give any meta information
authorJean-Philippe Andre <jpeg@via.ecp.fr>
Sun, 24 Aug 2008 17:05:37 +0000 (13:05 -0400)
committerJean-Philippe Andre <jpeg@via.ecp.fr>
Sun, 24 Aug 2008 18:04:04 +0000 (14:04 -0400)
modules/access/directory.c

index 7c88ae71f9e048405c6998191431200cc47150c8..b5a38af7aa4decb10a714ff7af0959b2d6fbb73d 100644 (file)
@@ -315,6 +315,7 @@ static int Control( access_t *p_access, int i_query, va_list args )
         case ACCESS_SET_SEEKPOINT:
         case ACCESS_SET_PRIVATE_ID_STATE:
         case ACCESS_GET_CONTENT_TYPE:
+        case ACCESS_GET_META:
             return VLC_EGENERIC;
 
         default: