Mercurial > audlegacy-plugins
diff src/flacng/plugin.c @ 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 | e5401b6c4665 |
children | 5395c85a8724 |
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",