[MPlayer-cvslog] r23080 - trunk/Gui/mplayer/gtk/fs.c

Compn tempn at twmi.rr.com
Sun Apr 22 21:42:12 CEST 2007


On Sun, 22 Apr 2007 20:54:16 +0200 (CEST), reimar scribed:

>Author: reimar
>Date: Sun Apr 22 20:54:16 2007
>New Revision: 23080
>
>Log:
>Add .mp4 to gmplayer list of known video formats
>
>
>Modified:
>   trunk/Gui/mplayer/gtk/fs.c
>
>Modified: trunk/Gui/mplayer/gtk/fs.c
>==============================================================================
>--- trunk/Gui/mplayer/gtk/fs.c	(original)
>+++ trunk/Gui/mplayer/gtk/fs.c	Sun Apr 22 20:54:16 2007
>@@ -45,7 +45,7 @@ char * fsVideoFilterNames[][2] =
>            { "VOB files (*.vob)",
> 	"*.vob" }, { "AVI files (*.avi)",
> 				  	"*.avi" }, { "DiVX files
> (*.divx)",					"*.divx" },
>-           { "QuickTime files (*.mov,*.qt)",
>	"*.mov,*.qt" },
>+           { "QuickTime files (*.mov,*.qt,*.mp4)",
>	"*.mov,*.qt,*.mp4" },

lavf has a few other extensions, maybe would be useful to add:
m4a,3gp,3g2

but i guess that whole list should be updated...

-compn



More information about the MPlayer-cvslog mailing list