[MPlayer-users] add flv extension to open dialog of gmplayer
Munehiro Yamamoto
munepixyz at gmail.com
Sun Jan 6 09:05:44 CET 2008
Hello.
I make a slight request to add Flash Video extension (*.flv)
for default gmplayer.
I'm using an easy patch below:
========== BEGIN ==========
--- mplayer-1.0rc2.r25095/gui/mplayer/gtk/fs.c.orig 2007-11-18 22:09:59.000000000 +0900
+++ mplayer-1.0rc2.r25095/gui/mplayer/gtk/fs.c 2007-11-18 22:12:38.000000000 +0900
@@ -45,6 +45,7 @@
{ "VOB files (*.vob)", "*.vob" },
{ "AVI files (*.avi)", "*.avi" },
{ "DiVX files (*.divx)", "*.divx" },
+ { "Flash Video (*.flv)", "*.flv" },
{ "QuickTime files (*.mov,*.qt,*.mp4)", "*.mov,*.qt,*.mp4" },
{ "ASF files (*.asf)", "*.asf" },
{ "VIVO files (*.viv)", "*.viv" },
@@ -59,7 +60,7 @@
{ "WMA files (*.wma)", "*.wma" },
{ "Matroska Audio files (*.mka)", "*.mka" },
{ "Audio files", "*.wav,*.ogg,*.mp2,*.mp3,*.wma,*.mka" },
- { "Video files", "*.asf,*.avi,*.divx,*.fli,*.flc,*.ogm,*.mpg,*.mpeg,*.m1v,*.mov,*.mp4,*.nuv,*.qt,*.rm,*.vob,*.viv,*.wmv,*.mkv,*.bin" },
+ { "Video files", "*.asf,*.avi,*.divx,*.fli,*.flc,*.flv,*.ogm,*.mpg,*.mpeg,*.m1v,*.mov,*.mp4,*.nuv,*.qt,*.rm,*.vob,*.viv,*.wmv,*.mkv,*.bin" },
{ "All files", "*" },
{ NULL,NULL }
};
========== END ==========
I'll be happy if this patch is comitted.
Thank you.
More information about the MPlayer-users
mailing list