changeset 29101:888e3b3af9f2

add tivo (ty) and rm (rmvb) to file chooser, fixes bug 663
author compn
date Sat, 04 Apr 2009 20:30:49 +0000
parents 1bdda4f68f5f
children 091340bab4da
files gui/mplayer/gtk/fs.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gui/mplayer/gtk/fs.c	Sat Apr 04 19:50:57 2009 +0000
+++ b/gui/mplayer/gtk/fs.c	Sat Apr 04 20:30:49 2009 +0000
@@ -69,7 +69,8 @@
 	   { "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 @@
 	   { "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 }
 	 };