summaryrefslogtreecommitdiff
path: root/plugins/vorbis
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-21 20:44:41 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-21 20:44:41 +0100
commit439db34d8cbd2c558829eac501279adb83dddb95 (patch)
tree403a33bad96cab30902ab9c31e1767e8402eb809 /plugins/vorbis
parent908d64d63dec7b16825ee2737328f9b744b09be1 (diff)
added ogx to list of supported formats of vorbis plugin
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 9a631a73..7479d7a0 100644
--- a/plugins/vorbis/vorbis.c
+++ b/plugins/vorbis/vorbis.c
@@ -418,7 +418,7 @@ vorbis_stop (void) {
return 0;
}
-static const char * exts[] = { "ogg", NULL };
+static const char * exts[] = { "ogg", "ogx", NULL };
static const char *filetypes[] = { "OggVorbis", NULL };
// define plugin interface