[MPlayer-cvslog] r29141 - trunk/gui/mplayer/gtk/fs.c

compn subversion at mplayerhq.hu
Sat Apr 4 22:30:49 CEST 2009


Author: compn
Date: Sat Apr  4 22:30:49 2009
New Revision: 29141

Log:
add tivo (ty) and rm (rmvb) to file chooser, fixes bug 663

Modified:
   trunk/gui/mplayer/gtk/fs.c

Modified: trunk/gui/mplayer/gtk/fs.c
==============================================================================
--- trunk/gui/mplayer/gtk/fs.c	Sat Apr  4 21:50:57 2009	(r29140)
+++ trunk/gui/mplayer/gtk/fs.c	Sat Apr  4 22:30:49 2009	(r29141)
@@ -69,7 +69,8 @@ char * fsVideoFilterNames[][2] =
 	   { "OGG Vorbis files (*.ogg)",				"*.ogg" },
 	   { "OGG Media files (*.ogm)",					"*.ogm" },
 	   { "QuickTime files (*.mov,*.qt,*.mp4)",			"*.mov,*.qt,*.mp4" },
-	   { "RealVideo files (*.rm)",					"*.rm"  },
+	   { "RealVideo files (*.rm,*.rmvb)",				"*.rm,*.rmvb"  },
+	   { "Tivo files (*.ty)",					"*.ty"  },
 	   { "VCD/SVCD Images (*.bin)",					"*.bin" },
 	   { "VIVO files (*.viv)",					"*.viv" },
 	   { "VOB files (*.vob)",					"*.vob" },
@@ -77,7 +78,7 @@ char * fsVideoFilterNames[][2] =
 	   { "Windows Media Audio (*.wma)",				"*.wma" },
 	   { "Windows Media Video (*.wmv)",				"*.wmv" },
 	   { "Audio files",						"*.mp2,*.mp3,*.mka,*.ogg,*.wav,*.wma" },
-	   { "Video files",						"*.asf,*.avi,*.fli,*.flc,*.trp,*.divx,*.mpg,*.mpeg,*.m1v,*.flv,*.mkv,*.nuv,*.ogm,*.mov,*.qt,*.mp4,*.rm,*.bin,*.viv,*.vob,*.wmv" },
+	   { "Video files",						"*.asf,*.avi,*.fli,*.flc,*.trp,*.divx,*.mpg,*.mpeg,*.m1v,*.flv,*.mkv,*.nuv,*.ogm,*.mov,*.qt,*.mp4,*.rm,*.rmvb,*.ty,*.bin,*.viv,*.vob,*.wmv" },
 	   { "All files",						"*" },
 	   { NULL,NULL }
 	 };


More information about the MPlayer-cvslog mailing list