commit 2893ea0346befa29e9088b8c3fbf0376739a5ace
Author: phantomjinx <[email protected]>
Date: Tue May 24 23:23:30 2011 +0100
m4a plugin fails to support m4b files
* Adds in the m4b suffix which is supported by the m4a file type. Simple
error not to have been included previously.
plugins/filetype_m4a/plugin.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/filetype_m4a/plugin.c b/plugins/filetype_m4a/plugin.c
index bce9252..4a57712 100644
--- a/plugins/filetype_m4a/plugin.c
+++ b/plugins/filetype_m4a/plugin.c
@@ -84,6 +84,7 @@ static void m4a_filetype_iface_init(FileTypeInterface *iface)
{
iface->description = _("M4A audio file type");
iface->name = "m4a";
iface->suffixes = g_list_append(iface->suffixes, "m4a");
+ iface->suffixes = g_list_append(iface->suffixes, "m4b");
iface->suffixes = g_list_append(iface->suffixes, "m4p");
iface->suffixes = g_list_append(iface->suffixes, "aac");
------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery,
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now.
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2