summaryrefslogtreecommitdiff
path: root/plugins/vorbis
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-10-06 18:33:29 +0200
committerGravatar waker <wakeroid@gmail.com>2011-10-06 18:33:29 +0200
commit23c874a231ac436e9d73168430255ee18d4967c0 (patch)
treef3830a83d528e825a4631da78d53f170e701dd90 /plugins/vorbis
parent53f4c8493065b902e989b7d5eee8f931cf009775 (diff)
vorbis: added .oga to supported file extensions
Diffstat (limited to 'plugins/vorbis')
-rw-r--r--plugins/vorbis/vorbis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/vorbis/vorbis.c b/plugins/vorbis/vorbis.c
index f12123ee..6911f667 100644
--- a/plugins/vorbis/vorbis.c
+++ b/plugins/vorbis/vorbis.c
@@ -764,7 +764,7 @@ error:
}
-static const char * exts[] = { "ogg", "ogx", NULL };
+static const char * exts[] = { "ogg", "ogx", "oga", NULL };
// define plugin interface
static DB_decoder_t plugin = {