]> git.sesse.net Git - vlc/commitdiff
Ignore image types in directory access.
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 17 Jan 2009 15:12:26 +0000 (16:12 +0100)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 17 Jan 2009 15:12:26 +0000 (16:12 +0100)
modules/access/directory.c

index a59078c13282ea0113b3067ec343ca51b82b01b5..1a0ccf88502948db3ca7c5117314dc0eedc6b84e 100644 (file)
@@ -90,7 +90,7 @@ vlc_module_begin ()
     add_string( "recursive", "expand" , NULL, RECURSIVE_TEXT,
                 RECURSIVE_LONGTEXT, false );
       change_string_list( psz_recursive_list, psz_recursive_list_text, 0 );
-    add_string( "ignore-filetypes", "m3u,db,nfo,jpg,gif,sfv,txt,sub,idx,srt,cue,ssa",
+    add_string( "ignore-filetypes", "m3u,db,nfo,jpg,jpeg,ljpg,gif,png,pgm,pgmyuv,pbm,pam,tga,bmp,pnm,xpm,xcf,pcx,tif,tiff,lbm,sfv,txt,sub,idx,srt,cue,ssa",
                 NULL, IGNORE_TEXT, IGNORE_LONGTEXT, false );
     set_callbacks( Open, Close )
 vlc_module_end ()