Mercurial > audlegacy-plugins
changeset 2994:732c4cb24aec
xiph.org sucks, add .oga to allowed extensions list.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 01 Mar 2009 23:29:54 -0600 |
parents | e504acd50ecc |
children | 1192140d9e3f |
files | src/vorbis/vorbis.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/vorbis/vorbis.c Sun Mar 01 23:29:04 2009 -0600 +++ b/src/vorbis/vorbis.c Sun Mar 01 23:29:54 2009 -0600 @@ -94,7 +94,7 @@ NULL }; -gchar *vorbis_fmts[] = { "ogg", "ogm", NULL }; +gchar *vorbis_fmts[] = { "ogg", "ogm", "oga", NULL }; InputPlugin vorbis_ip = { .description = "Ogg Vorbis Audio Plugin", /* description */