summaryrefslogtreecommitdiff
path: root/plugins/flac
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-07-04 14:14:12 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-07-04 14:14:12 +0200
commit9ec6f35b66e81b5901f8d62ac7bb3bd958d41091 (patch)
tree972b3e97072d851e6146ffdb2cd80d8457ce81f3 /plugins/flac
parent3793f58d388dd1e26e6edf7bd548ed17fc588ae1 (diff)
don't let flac plugin to open .ogg files
Diffstat (limited to 'plugins/flac')
-rw-r--r--plugins/flac/flac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/flac/flac.c b/plugins/flac/flac.c
index 61e40b16..45d21ec8 100644
--- a/plugins/flac/flac.c
+++ b/plugins/flac/flac.c
@@ -853,7 +853,7 @@ error:
return err;
}
-static const char *exts[] = { "flac", "ogg", "oga", NULL };
+static const char *exts[] = { "flac", "oga", NULL };
static const char *filetypes[] = { "FLAC", "OggFLAC", NULL };