[vlc-devel] commit: Ignore image types in directory access. (Antoine Cellerier )

git version control git at videolan.org
Sat Jan 17 16:12:42 CET 2009


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sat Jan 17 16:12:26 2009 +0100| [354ed87751540f273d96651f74a1f8cea47a1b61] | committer: Antoine Cellerier 

Ignore image types in directory access.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=354ed87751540f273d96651f74a1f8cea47a1b61
---

 modules/access/directory.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/access/directory.c b/modules/access/directory.c
index a59078c..1a0ccf8 100644
--- a/modules/access/directory.c
+++ b/modules/access/directory.c
@@ -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 ()




More information about the vlc-devel mailing list