changeset 2204:43da009d6e76

add "fla" to the extension list. fix #6.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Mon, 03 Dec 2007 18:50:19 +0900
parents 13b8ab116b69
children 2faee266ea1e b461d608befe
files src/flacng/plugin.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/flacng/plugin.c	Mon Dec 03 02:10:29 2007 +0300
+++ b/src/flacng/plugin.c	Mon Dec 03 18:50:19 2007 +0900
@@ -27,7 +27,7 @@
 #include "version.h"
 #include "debug.h"
 
-static gchar *flac_fmts[] = { "flac", NULL };
+static gchar *flac_fmts[] = { "flac", "fla", NULL };
 
 InputPlugin flac_ip = {
     .description = "FLACng Audio Plugin",